checking username and password for scalarity on login

This commit is contained in:
Frank Schubert
2022-08-16 21:11:48 +02:00
parent 50f0e0040e
commit 4b39d5a158
3 changed files with 24 additions and 80 deletions

View File

@@ -157,7 +157,7 @@ class mfBaseController {
protected function logout() {
mfLoginController::logout();
mfLoginController::staticLogout();
$this->redirect(DEFAULT_ROUTE);
}