Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.5 KB

reset-password.rst

File metadata and controls

56 lines (41 loc) · 1.5 KB

ResetPasswordAction

Enable it via:

$this->Crud->mapAction(
    'resetPassword',
    'CrudUsers.ResetPassword'
);

Configuration

Action-Specific Events

This is a list of events emitted from the ResetPassword Crud Action.

Please see the Events Documentation for a full list of generic properties and how to use the event system correctly.

Crud.verifyToken

TODO

Crud.afterResetPassword

TODO

Generic Events