]> BookStack Code Mirror - bookstack/commitdiff
MFA: Tweaked backup code wording
authorDan Brown <redacted>
Thu, 23 May 2024 10:30:53 +0000 (11:30 +0100)
committerDan Brown <redacted>
Thu, 23 May 2024 10:30:53 +0000 (11:30 +0100)
It was not clear before as it could be taken that the system would
securely store the codes.

Closes #5017

lang/en/auth.php

index dc4b242a09ee68f5e0411e3500f59e00c5d78ea4..57f0cb5c632e936a03bd4581a6d504acc7d19c8e 100644 (file)
@@ -91,7 +91,7 @@ return [
     'mfa_option_totp_title' => 'Mobile App',
     'mfa_option_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.',
     'mfa_option_backup_codes_title' => 'Backup Codes',
-    'mfa_option_backup_codes_desc' => 'Securely store a set of one-time-use backup codes which you can enter to verify your identity.',
+    'mfa_option_backup_codes_desc' => 'Generates a set of one-time-use backup codes which you\'ll enter on login to verify your identity. Make sure to store these in a safe & secure place.',
     'mfa_gen_confirm_and_enable' => 'Confirm and Enable',
     'mfa_gen_backup_codes_title' => 'Backup Codes Setup',
     'mfa_gen_backup_codes_desc' => 'Store the below list of codes in a safe place. When accessing the system you\'ll be able to use one of the codes as a second authentication mechanism.',