diff --git a/docs/en/02_Developer_Guides/09_Security/03_Authentication.md b/docs/en/02_Developer_Guides/09_Security/03_Authentication.md index ba9140871..33c5879d3 100644 --- a/docs/en/02_Developer_Guides/09_Security/03_Authentication.md +++ b/docs/en/02_Developer_Guides/09_Security/03_Authentication.md @@ -60,6 +60,10 @@ SilverStripe\Core\Injector\Injector: ``` If there is no authenticator registered, `Authenticator` will try to fall back on the default provided authenticator (`default`), which can be changed using the following config, replacing the MemberAuthenticator with your authenticator: ```yaml +--- +After: + - '#coresecurity' +--- SilverStripe\Core\Injector\Injector: SilverStripe\Security\Security: properties: