about summary refs log tree commit diff
path: root/app/controllers/concerns/sign_in_token_authentication_concern.rb
AgeCommit message (Collapse)Author
2020-11-12Fix 2FA/sign-in token sessions being valid after password change (#14802)Eugen Rochko
If someone tries logging in to an account and is prompted for a 2FA code or sign-in token, even if the account's password or e-mail is updated in the meantime, the session will show the prompt and allow the login process to complete with a valid 2FA code or sign-in token
2020-06-20Fix not working I18n on 2FA and Sign in token page (#14087)fuyu
2020-06-09Add e-mail-based sign in challenge for users with disabled 2FA (#14013)Eugen Rochko