Do custom validation of the changed password before the updatePassword
function is called eg. is password longer then 8 characters
Do custom reset password token validation before the password is changed (before the updatePassword
function is called) eg. check if the token is expired
Do custom sign-in validation steps eg. check number of login attempts etc.
Validate user before the saveNonExistingUser
function is called
Generated using TypeDoc
Generate custom reset password token