We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8d9250 + 1222958 commit ded1a27Copy full SHA for ded1a27
1 file changed
src/RegisterHandler.php
@@ -34,7 +34,7 @@ class RegisterHandler implements RegisterHandlerInterface
34
* @config
35
* @var string
36
*/
37
- private static $user_help_link = 'https://userhelp.silverstripe.org/en/6/optional_features/multi-factor_authentication/user_manual/using_authenticator_apps/'; // phpcs:ignore
+ private static $user_help_link = 'https://userhelp.silverstripe.org/en/6/optional_features/mfa/user_manual/using_authenticator_apps/'; // phpcs:ignore
38
39
/**
40
* The desired length of the TOTP secret. This affects the UI, since it is displayed to the user to be entered
0 commit comments