Added after priority to replace default authenticator.

This commit is contained in:
Gorrie Coe 2017-12-12 12:52:52 +13:00 committed by GitHub
parent a8f776e0b6
commit 849038a60b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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