Compare commits

...

2 Commits

Author SHA1 Message Date
97137da6b9 Merge branch 'main' of http://git.pb.bib.de/PBBFA23CIV/EIANotesApp 2025-06-16 14:26:37 +02:00
246f0c9e5a wip Login 2025-06-16 14:26:30 +02:00

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();
}