Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reset password #3

Open
Kerosz opened this issue Mar 16, 2021 · 1 comment
Open

Reset password #3

Kerosz opened this issue Mar 16, 2021 · 1 comment
Labels
needs testing Feature must be tested before deployed to production

Comments

@Kerosz
Copy link
Owner

Kerosz commented Mar 16, 2021

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.

image

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.

image

@Kerosz Kerosz added feature A feature idea or request needs testing Feature must be tested before deployed to production labels Mar 16, 2021
@Kerosz Kerosz self-assigned this Mar 16, 2021
@Kerosz Kerosz added the In progress This issue or work-item is under development label Mar 16, 2021
@Kerosz
Copy link
Owner Author

Kerosz commented Mar 16, 2021

Feature fully implemented and working. Needs testing

For logged in users

image

For non logged in users

image

@Kerosz Kerosz removed In progress This issue or work-item is under development feature A feature idea or request labels Mar 16, 2021
@Kerosz Kerosz removed their assignment Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs testing Feature must be tested before deployed to production
Projects
None yet
Development

No branches or pull requests

1 participant