Updating docs for Security template changes

See https://github.com/silverstripe/sapphire/pull/1807
This commit is contained in:
Will Morgan 2013-05-08 11:52:36 +01:00
parent 17e31fc609
commit a5b04ba334

View File

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