Better 2FA implementation on logins
This commit is contained in:
parent
a1a81ac980
commit
4abdee0efb
5 changed files with 106 additions and 25 deletions
|
@ -15,4 +15,6 @@ return [
|
|||
'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',
|
||||
'2fa_required' => '2-Factor Authentication',
|
||||
'2fa_failed' => 'The 2FA token provided was invalid.',
|
||||
];
|
||||
|
|
Reference in a new issue