Compare commits
No commits in common. "97137da6b949b8c3c6e04c653b26bb5d6579ecfb" and "75742157b70bb2bf63daf9bdcbaaacd9c8e0e0df" have entirely different histories.
97137da6b9
...
75742157b7
@ -19,13 +19,8 @@ class UserController
|
|||||||
|
|
||||||
public function loginUser()
|
public function loginUser()
|
||||||
{
|
{
|
||||||
var_dump($_POST);
|
echo "test";
|
||||||
echo $_POST["username"];
|
//verifyLogin($_POST['username'] ?? '', $_POST['password'] ?? '')
|
||||||
|
|
||||||
|
|
||||||
// on fail
|
|
||||||
$this->view->setDoMethodName("showUserLoginForm");
|
|
||||||
$this->showUserLoginForm();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user