This commit is contained in:
Felix Ivo 2025-06-16 14:33:08 +02:00
commit a4d6aeea18

View File

@ -19,8 +19,13 @@ class UserController
public function loginUser()
{
echo "test";
//verifyLogin($_POST['username'] ?? '', $_POST['password'] ?? '')
var_dump($_POST);
echo $_POST["username"];
// on fail
$this->view->setDoMethodName("showUserLoginForm");
$this->showUserLoginForm();
}