Forget Password¶
The forget password is a function in the users functions which allows to the users change their password by sending a email to the user email, this function is important to the users to secure their account.

π₯ Entry vars ¶
- Email: select a the text field to provide a way for the user to set his email address.
β Callbacks ¶
- Email not sent: you can set functions after the app can't send the email.
- Email sent: you can set functions after the app send the email.
π Example.¶

Forget password¶
- Add a forget password in the button.
- Select an element to fill with a email.
- Add a send alert if the email was send correctly.
