Passwort vergessen Funktion
This commit is contained in:
@@ -37,7 +37,7 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
|
||||
if ($existingUser !== null) {
|
||||
$pendingData = [
|
||||
"email" => $email,
|
||||
"password" => password_hash($plainPassword, PASSWORD_DEFAULT)
|
||||
"password" => $plainPassword
|
||||
];
|
||||
|
||||
file_put_contents(
|
||||
|
||||
Reference in New Issue
Block a user