Forgot password
This view is where it goes when the password is forgotten
Main Models
forgot.email
: field where the email is placed from which the password has been forgotten, it is important to ensure that everything is sent in minuscule, so it is recommended to use toLowerCase() in each change.
Utility Functions
recoverPassword()
: If the email is valid, send it to the API to send an email through which a new password will be placed
Example of base theme
Updated over 5 years ago