You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a reset password page, in which users can enter their username or email address and call a service to send them an email at the email address that matched their account data with details for resetting their password.
The page must be found at the route /accounts/password/reset
The page must have 2 options, one for logged in users, that will check if a user is logged in and auto complete the resetting field, with account details, not allowing them to change the input values.
And one option for non-authorized/not logged in users, that will request them to enter their username/email address check, then check the details and if they match any user, send them an email with the reset link on the email address that matches their account.
The text was updated successfully, but these errors were encountered:
Have a reset password page, in which users can enter their username or email address and call a service to send them an email at the email address that matched their account data with details for resetting their password.
The page must be found at the route
/accounts/password/reset
The page must have 2 options, one for logged in users, that will check if a user is logged in and auto complete the resetting field, with account details, not allowing them to change the input values.
And one option for non-authorized/not logged in users, that will request them to enter their username/email address check, then check the details and if they match any user, send them an email with the reset link on the email address that matches their account.
The text was updated successfully, but these errors were encountered: