mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-07-15 21:31:36 +03:00
MFA: Added verify attempt rate limiting
This commit is contained in:
@@ -8,6 +8,7 @@ return [
|
||||
|
||||
'failed' => 'These credentials do not match our records.',
|
||||
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
||||
'mfa_throttle' => 'Too many multi-factor verification attempts. Please try again in :seconds seconds.',
|
||||
|
||||
// Login & Register
|
||||
'sign_up' => 'Sign up',
|
||||
|
||||
Reference in New Issue
Block a user