Method | Description | |
---|---|---|
changePassword ( Cake\Datasource\EntityInterface $user ) : mixed | Change password method | |
initialize ( array $config ) : void | Constructor hook method. | |
resetToken ( string $reference, array $options = [] ) : string | Resets user token |
Method | Description | |
---|---|---|
_getUser ( string $reference ) : mixed | Get the user by email or username |
public changePassword ( Cake\Datasource\EntityInterface $user ) : mixed | ||
$user | Cake\Datasource\EntityInterface | user data. |
return | mixed |
public initialize ( array $config ) : void | ||
$config | array | The configuration settings provided to this behavior. |
return | void |