allow to use the username for login as well

add translation strings
This commit is contained in:
Jakob Schrettenbrunner 2017-02-16 20:40:21 +01:00
parent 2e134b7a55
commit 0b2c5279a8
3 changed files with 8 additions and 4 deletions

View file

@ -2,6 +2,7 @@
return [
'email' => 'Email',
'user_identifier' => 'Email or password',
'password' => 'Password',
'confirm_password' => 'Confirm Password',
'login' => 'Login',