Authenticates the user based on his email and password
Starts the change password mechanism.
Starts the change password mechanism. It shows a form to insert his current password and the new one.
Starts the reset password mechanism if the user has forgot his password.
Starts the reset password mechanism if the user has forgot his password. It shows a form to insert his email address.
Saves the new password and renew the cookie
Sends an email to the user with a link to reset the password
Saves the new password and authenticates the user
Handles the form filled by the user.
Handles the form filled by the user. The user and its password are saved and it sends him an email with a link to confirm his email address.
Confirms the user's link based on the token and shows him a form to reset the password
Starts the sign in mechanism.
Starts the sign in mechanism. It shows the login form.
Signs out the user
Confirms the user's email address based on the token and authenticates him.
Starts the sign up mechanism.
Starts the sign up mechanism. It shows a form that the user have to fill in and submit.
(Since version 3.0.0) Use TOO_MANY_REQUESTS instead
(Since version 3.0.0) Use TooManyRequests instead