Skip to content

Commit 7f31fd0

Browse files
Merge branch '6.1' into 6
2 parents a6eef4a + 07b5c8e commit 7f31fd0

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/en/09_broadening-the-scope-of-mfa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ However, note that users without access to the CMS will be unable to access thei
2525
- removing, resetting, and changing default MFA methods; and
2626
- resetting recovery codes.
2727
28-
A custom implementation would be required to provide this functionality. Otherwise it would be limited to Silverstripe CMS Administrators to [reset MFA settings](https://userhelp.silverstripe.org/en/optional_features/multi-factor_authentication/administrator_manual/resetting_accounts/) for a member on their behalf.
28+
A custom implementation would be required to provide this functionality. Otherwise it would be limited to Silverstripe CMS Administrators to [reset MFA settings](https://userhelp.silverstripe.org/en/optional_features/mfa/administrator_manual/resetting_accounts/) for a member on their behalf.

src/Authenticator/LoginHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class LoginHandler extends BaseLoginHandler
6565
* @var string
6666
*/
6767
// phpcs:disable
68-
private static $user_help_link = 'https://userhelp.silverstripe.org/en/6/optional_features/multi-factor_authentication/';
68+
private static $user_help_link = 'https://userhelp.silverstripe.org/en/6/optional_features/mfa/';
6969
// phpcs:enable
7070

7171
/**

src/BackupCode/RegisterHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class RegisterHandler implements RegisterHandlerInterface
3030
* @var string
3131
*/
3232
// phpcs:disable
33-
private static $user_help_link = 'https://userhelp.silverstripe.org/en/6/optional_features/multi-factor_authentication/user_manual/regaining_access/';
33+
private static $user_help_link = 'https://userhelp.silverstripe.org/en/6/optional_features/mfa/user_manual/regaining_access/';
3434
// phpcs:enable
3535

3636
/**

src/Extension/SiteConfigExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class SiteConfigExtension extends Extension
2929
* @var string
3030
*/
3131
// phpcs:disable
32-
private static $mfa_help_link = 'https://userhelp.silverstripe.org/en/6/optional_features/multi-factor_authentication/';
32+
private static $mfa_help_link = 'https://userhelp.silverstripe.org/en/6/optional_features/mfa/';
3333
// phpcs:enable
3434

3535
private static $db = [

0 commit comments

Comments
 (0)