Merge branch 'main' of http://git.pb.bib.de/PBBFA23CIV/EIANotesApp
This commit is contained in:
commit
a4d6aeea18
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user