wip Login
This commit is contained in:
parent
a3cfd431c3
commit
246f0c9e5a
@ -19,8 +19,13 @@ class UserController
|
|||||||
|
|
||||||
public function loginUser()
|
public function loginUser()
|
||||||
{
|
{
|
||||||
echo "test";
|
var_dump($_POST);
|
||||||
//verifyLogin($_POST['username'] ?? '', $_POST['password'] ?? '')
|
echo $_POST["username"];
|
||||||
|
|
||||||
|
|
||||||
|
// on fail
|
||||||
|
$this->view->setDoMethodName("showUserLoginForm");
|
||||||
|
$this->showUserLoginForm();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user