mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Updating docs for Security template changes
See https://github.com/silverstripe/sapphire/pull/1807
This commit is contained in:
parent
17e31fc609
commit
a5b04ba334
@ -12,6 +12,8 @@ Otherwise, you'll need to include the module yourself
|
||||
### Framework
|
||||
|
||||
* API: Removed URL routing by controller name
|
||||
* Security: The multiple authenticator login page should now be styled manually - i.e. without the default jQuery UI layout. A new template, Security_MultiAuthenticatorLogin.ss is available.
|
||||
* Security: This controller's templates can be customised by overriding the `getTemplate` function.
|
||||
|
||||
## Details
|
||||
|
||||
@ -60,4 +62,4 @@ you can reinstate the old behaviour through a director rule:
|
||||
---
|
||||
Director:
|
||||
rules:
|
||||
'$Controller//$Action/$ID/$OtherID': '*'
|
||||
'$Controller//$Action/$ID/$OtherID': '*'
|
||||
|
Loading…
Reference in New Issue
Block a user