MFA: Added verify attempt rate limiting

This commit is contained in:
Dan Brown
2026-05-21 12:27:38 +01:00
parent 1b9ec75903
commit ef82119226
7 changed files with 135 additions and 2 deletions

View File

@@ -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',