Improved login controller func. for 2FA, throws Failed event correctly now

This commit is contained in:
Dane Everitt 2017-04-14 14:33:15 -04:00
parent 13742ef10a
commit f1024ad1a8
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 82 additions and 45 deletions

View file

@ -11,7 +11,7 @@ return [
'reset_password_text' => 'Reset your account password.',
'reset_password' => 'Reset Account Password',
'email_sent' => 'An email has been sent to you with further instructions for resetting your password.',
'failed' => 'These credentials do not match our records.',
'failed' => 'The credentials provided to not match those we have on record, or the 2FA token provided was invalid.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'password_requirements' => 'Passwords must contain at least one uppercase, lowecase, and numeric character and must be at least 8 characters in length.',
'request_reset' => 'Locate Account',