mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Added after priority to replace default authenticator.
This commit is contained in:
parent
a8f776e0b6
commit
849038a60b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user