Set verbs filter for force-password-change action as POST
This commit is contained in:
@ -84,7 +84,8 @@ class AdminController extends Controller
|
|||||||
'confirm' => ['post'],
|
'confirm' => ['post'],
|
||||||
'block' => ['post'],
|
'block' => ['post'],
|
||||||
'switch-identity' => ['post'],
|
'switch-identity' => ['post'],
|
||||||
'password-reset' => ['post']
|
'password-reset' => ['post'],
|
||||||
|
'force-password-change' => ['post'],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'access' => [
|
'access' => [
|
||||||
|
|||||||
Reference in New Issue
Block a user