You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: intercept DatabaseAuthenticatable and PasswordsController for 2FA
Modify DatabaseAuthenticatable strategy to detect 2FA-enabled users
after password validation and redirect to the default 2FA method's
challenge page instead of signing in.
Update PasswordsController to require 2FA verification after password
reset when sign_in_after_reset_password is enabled.
Copy file name to clipboardExpand all lines: config/locales/en.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ en:
38
38
send_paranoid_instructions: "If your email address exists in our database, you will receive a password recovery link at your email address in a few minutes."
39
39
updated: "Your password has been changed successfully. You are now signed in."
40
40
updated_not_active: "Your password has been changed successfully."
41
+
updated_two_factor_required: "Your password has been changed successfully. Please complete two-factor authentication."
41
42
registrations:
42
43
destroyed: "Bye! Your account has been successfully cancelled. We hope to see you again soon."
43
44
signed_up: "Welcome! You have signed up successfully."
0 commit comments