Merge pull request #242 from bscheshirwork/admin-controller-post-method-for-action

Set verbs filter for force-password-change action as POST
This commit is contained in:
Antonio Ramirez
2018-09-19 21:51:52 +02:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@ -86,7 +86,8 @@ class AdminController extends Controller
'confirm' => ['post'],
'block' => ['post'],
'switch-identity' => ['post'],
'password-reset' => ['post']
'password-reset' => ['post'],
'force-password-change' => ['post'],
],
],
'access' => [