mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 14:37:02 +03:00
Add support for global 2FA enforcement #349
This commit is contained in:
parent
375f715b78
commit
8b3cfc7a67
15 changed files with 85 additions and 54 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[POPUPS_TWO_FACTOR_CFG]
|
||||
[PLUGIN_2FA]
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Stap verificatie"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Gebruik 2-Stap verificatie"
|
||||
LABEL_TWO_FACTOR_USER = "Gebruikersnaam"
|
||||
|
|
@ -15,8 +15,6 @@ TWO_FACTOR_SECRET_NOT_CONFIGURED_DESC = "Niet geconfigureerd"
|
|||
TWO_FACTOR_SECRET_DESC = "Importeer deze informatie in uw Google Authenticator-client (of andere TOTP-client) door gebruik te maken van de QR code hier beneden of door de code handmatig in te voeren."
|
||||
TWO_FACTOR_BACKUP_CODES_DESC = "Als u geen codes ontvangt via de Google Authenticator kunt u de backup codes gebruiken om in te loggen. Na gebruik van de backup code wordt deze inactief."
|
||||
TWO_FACTOR_SECRET_TEST_BEFORE_DESC = "U kunt 2-stap verificatie niet activeren voordat u het succesvol getest heeft."
|
||||
[POPUPS_TWO_FACTOR_TEST]
|
||||
TITLE_TEST_CODE = "2-Stap verificatie test"
|
||||
LABEL_CODE = "Code"
|
||||
[LOGIN]
|
||||
LABEL_TWO_FACTOR_CODE = "Verificatie Code"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue