dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit 788e803e84 - Show all commits
@@ -37,7 +37,7 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
if ($existingUser !== null) { if ($existingUser !== null) {
$pendingData = [ $pendingData = [
"email" => $email, "email" => $email,
"password" => password_hash($plainPassword, PASSWORD_DEFAULT) "password" => $plainPassword
]; ];
file_put_contents( file_put_contents(