Split 2FA login into two prompts
This commit is contained in:
parent
36c57ef8af
commit
23b997ae55
5 changed files with 64 additions and 5 deletions
|
@ -114,5 +114,6 @@ en:
|
|||
instructions_html: "<strong>Scan this QR code into Google Authenticator or a similiar app on your phone</strong>. From now on, that app will generate tokens that you will have to enter when logging in."
|
||||
users:
|
||||
invalid_email: The e-mail address is invalid
|
||||
invalid_otp_token: Invalid two-factor code
|
||||
will_paginate:
|
||||
page_gap: "…"
|
||||
|
|
|
@ -21,7 +21,7 @@ en:
|
|||
locked: Make account private
|
||||
new_password: New password
|
||||
note: Bio
|
||||
otp_attempt: If enabled, two-factor token
|
||||
otp_attempt: Two-factor code
|
||||
password: Password
|
||||
username: Username
|
||||
interactions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue