Compare commits
2 Commits
75742157b7
...
97137da6b9
Author | SHA1 | Date | |
---|---|---|---|
97137da6b9 | |||
246f0c9e5a |
@ -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