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:
Guy Sartorelli 2023-01-31 13:59:12 +13:00 committed by GitHub
parent 0f4014650c
commit dca4e0bcb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,6 @@ class Security extends Controller implements TemplateGlobalProvider
'login',
'logout',
'lostpassword',
'passwordsent',
'ping',
];