Added optional two-factor authentication
This commit is contained in:
parent
237cb41ab4
commit
ba192f12e3
16 changed files with 146 additions and 15 deletions
|
@ -93,6 +93,7 @@ en:
|
|||
back: Back to Mastodon
|
||||
edit_profile: Edit profile
|
||||
preferences: Preferences
|
||||
two_factor_auth: Two-factor Authentication
|
||||
statuses:
|
||||
over_character_limit: character limit of %{max} exceeded
|
||||
stream_entries:
|
||||
|
@ -104,6 +105,11 @@ en:
|
|||
time:
|
||||
formats:
|
||||
default: "%b %d, %Y, %H:%M"
|
||||
two_factor_auth:
|
||||
description_html: If you enable <strong>two-factor authentication</strong>, logging in will require you to be in possession of your phone, which will generate tokens for you to enter.
|
||||
disable: Disable
|
||||
enable: Enable
|
||||
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
|
||||
will_paginate:
|
||||
|
|
|
@ -17,6 +17,7 @@ en:
|
|||
locked: Make account private
|
||||
new_password: New password
|
||||
note: Bio
|
||||
otp_attempt: If enabled, two-factor token
|
||||
password: Password
|
||||
username: Username
|
||||
interactions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue