mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FIX Remove unused action from allowed_actions (#10672)
This action was used in CMS 3, but has since been replaced with /Security/lostpassword/passwordsent which is a separate set of actions.
This commit is contained in:
parent
0f4014650c
commit
dca4e0bcb8
@ -42,7 +42,6 @@ class Security extends Controller implements TemplateGlobalProvider
|
||||
'login',
|
||||
'logout',
|
||||
'lostpassword',
|
||||
'passwordsent',
|
||||
'ping',
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user