]> git.mxchange.org Git - friendica.git/commitdiff
Add more 2fa properties
authorPhilipp <admin@philipp.info>
Thu, 23 Jun 2022 21:29:56 +0000 (23:29 +0200)
committerPhilipp <admin@philipp.info>
Sat, 25 Jun 2022 20:48:34 +0000 (22:48 +0200)
src/Module/Security/TwoFactor/Verify.php

index 2ef5aaa0e341ae79b5657629c3d94a95d6b9a725..16f146d6dea4cf7d9bdce13807e68bf99b77f15c 100644 (file)
@@ -97,7 +97,7 @@ class Verify extends BaseModule
                        '$errors_label'     => DI::l10n()->tt('Error', 'Errors', count(self::$errors)),
                        '$errors'           => self::$errors,
                        '$recovery_message' => DI::l10n()->t('If you do not have access to your authentication code you can use <a href="%s">a two-factor recovery code</a>.', '2fa/recovery'),
-                       '$verify_code'      => ['verify_code', DI::l10n()->t('Please enter a code from your authentication app'), '', '', DI::l10n()->t('Required'), 'autofocus autocomplete="off" placeholder="000000"', 'tel'],
+                       '$verify_code'      => ['verify_code', DI::l10n()->t('Please enter a code from your authentication app'), '', '', DI::l10n()->t('Required'), 'autofocus autocomplete="one-time-code" placeholder="000000" inputmode="numeric" pattern="[0-9]*"', 'tel'],
                        '$trust_browser'    => ['trust_browser', DI::l10n()->t('This is my two-factor authenticator app device'), !empty($_REQUEST['trust_browser'])],
                        '$verify_label'     => DI::l10n()->t('Verify code and complete login'),
                ]);