]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/en/auth.php
Added Backup code verification logic
[bookstack] / resources / lang / en / auth.php
index d64fce93a62d90889b2297a9e4f6482ad9046475..2159cfb3bbecfe8aea2e0f3879236f4d33b6d2be 100644 (file)
@@ -73,5 +73,9 @@ return [
     'user_invite_page_welcome' => 'Welcome to :appName!',
     'user_invite_page_text' => 'To finalise your account and gain access you need to set a password which will be used to log-in to :appName on future visits.',
     'user_invite_page_confirm_button' => 'Confirm Password',
-    'user_invite_success' => 'Password set, you now have access to :appName!'
+    'user_invite_success' => 'Password set, you now have access to :appName!',
+
+    // Multi-factor Authentication
+    'mfa_use_totp' => 'Verify using a mobile app',
+    'mfa_use_backup_codes' => 'Verify using a backup code',
 ];
\ No newline at end of file