mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update docs/en/02_Developer_Guides/09_Security/03_Authentication.md
Co-authored-by: Serge Latyntsev <dnsl48@gmail.com>
This commit is contained in:
parent
5fe5833fb2
commit
c54f8e4864
@ -9,7 +9,7 @@ icon: users-cog
|
||||
By default, SilverStripe provides a [MemberAuthenticator](api:SilverStripe\Security\MemberAuthenticator\MemberAuthenticator) class which hooks into its own internal
|
||||
authentication system.
|
||||
|
||||
Silverstripe projects craeted with CMS Recipe 4.7.0 onwards include Multi Factor Authentication (MFA)
|
||||
Silverstripe projects created with CMS Recipe 4.7.0 onwards include Multi Factor Authentication (MFA)
|
||||
through the [silverstripe/mfa](https://github.com/silverstripe/silverstripe-mfa) module.
|
||||
This increases login security by asking for a code generated on another device,
|
||||
through TOTP with the [silverstripe/totp-authenticator](https://github.com/silverstripe/silverstripe-totp-authenticator)
|
||||
|
Loading…
Reference in New Issue
Block a user