Login Passwort reset

* Passwort Reset Funktion implementiert
This commit is contained in:
Daniel Spitzer
2025-08-05 19:37:04 +02:00
parent f002f7b0f7
commit 7823a6d8cd
3 changed files with 3 additions and 3 deletions

View File

@@ -103,6 +103,6 @@ class UserPasswordResetController extends mfBaseController
), "id=" . (int)$user->id);
$this->layout()->setFlash("Dein Passwort wurde erfolgreich geändert. Du kannst dich jetzt einloggen.", "success");
self::redirect("mfLogin", "index");
self::redirect("/");
}
}