Update docs/en/02_Developer_Guides/09_Security/03_Authentication.md

Co-authored-by: Serge Latyntsev <dnsl48@gmail.com>
This commit is contained in:
Ingo Schommer 2020-08-20 18:32:39 +12:00 committed by GitHub
parent 5fe5833fb2
commit c54f8e4864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)