Archived
1
0
Fork 0

Merge branch '3-login-with-username' into 'master'

Resolve "Login with username"

Closes #3

See merge request pnx/httpcb!3
This commit is contained in:
Henrik Hautakoski 2018-03-21 19:55:57 +00:00
commit 34f639e964
3 changed files with 24 additions and 9 deletions

View file

@ -30,11 +30,6 @@ class Login extends Form
'placeholder' => 'Username/Email',
));
$validator = new EmailValidator(array(
'message' => 'The e-mail is not valid',
));
$email->addValidator($validator);
$this->add($email);
// Password