mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #7693 from gorriecoe/patch-1
Added after priority to replace default authenticator.
This commit is contained in:
commit
277c129e1e
@ -60,6 +60,11 @@ 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:
|
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
|
```yaml
|
||||||
|
---
|
||||||
|
Name: MyAuth
|
||||||
|
After:
|
||||||
|
- '#coresecurity'
|
||||||
|
---
|
||||||
SilverStripe\Core\Injector\Injector:
|
SilverStripe\Core\Injector\Injector:
|
||||||
SilverStripe\Security\Security:
|
SilverStripe\Security\Security:
|
||||||
properties:
|
properties:
|
||||||
|
Loading…
Reference in New Issue
Block a user