user.changePassword:before
$user, $password
return [
'hooks' => [
'user.changePassword:before' => function ($user, $password) {
// your code goes here
}
]
]
$user, $password
return [
'hooks' => [
'user.changePassword:before' => function ($user, $password) {
// your code goes here
}
]
]