mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Add LoginForm->authenticator_class deprecation reference to .upgrade.yml
This commit is contained in:
parent
7775f82584
commit
b2b4ff0be2
@ -1325,6 +1325,8 @@ warnings:
|
||||
replacement: 'writeJavascriptToBody'
|
||||
'SilverStripe\Forms\Formfield->dontEscape':
|
||||
message: 'FormField::$dontEscape has been removed. Escaping is now managed on a class by class basis.'
|
||||
'SilverStripe\Security\LoginForm->authenticator_class':
|
||||
message: 'authenticator_class is deprecated. Use getAuthenticatorClass/setAuthenticatorClass.'
|
||||
'SilverStripe\Security\Permission::$declared_permissions':
|
||||
message: 'Deprecated'
|
||||
'SilverStripe\Security\Permission::$declared_permissions_list':
|
||||
@ -1387,4 +1389,4 @@ warnings:
|
||||
url: 'https://docs.silverstripe.org/en/4/changelogs/4.4.0#resources-dir'
|
||||
replacement: 'RESOURCES_DIR'
|
||||
renameWarnings:
|
||||
- Form
|
||||
- Form
|
||||
|
Loading…
Reference in New Issue
Block a user