From 6019d2ee143e370637bce929bbeaa1213c53d8a2 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 23 May 2024 11:30:53 +0100 Subject: [PATCH] MFA: Tweaked backup code wording It was not clear before as it could be taken that the system would securely store the codes. Closes #5017 --- lang/en/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/auth.php b/lang/en/auth.php index dc4b242a0..57f0cb5c6 100644 --- a/lang/en/auth.php +++ b/lang/en/auth.php @@ -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.',