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

Implement Forgot Password Feature #37

Closed
RoiJS opened this issue May 2, 2021 · 1 comment · Fixed by #44
Closed

Implement Forgot Password Feature #37

RoiJS opened this issue May 2, 2021 · 1 comment · Fixed by #44
Assignees
Labels
enhancement New feature or request technical task regular instructions
Projects

Comments

@RoiJS
Copy link
Owner

RoiJS commented May 2, 2021

After implementing issue #38 , we will address this issue. We will make it as simple as possible for now. For now, we won't do any email validation. What we will do is that, we introduce new page for requesting password change. we will require the user to enter either his/her email address or username if it exists on database, if so, proceed to another page where the user can start changing his/her password. Present two fields, new password and confirm new password. After changing the password, redirect the user back to the login page. Make sure to do thorough testing for this.

@RoiJS RoiJS created this issue from a note in Reserbiz (To Do) May 2, 2021
@RoiJS RoiJS self-assigned this May 2, 2021
@RoiJS RoiJS added enhancement New feature or request technical task regular instructions labels May 2, 2021
@RoiJS RoiJS moved this from To Do to Backlog in Reserbiz May 2, 2021
@RoiJS RoiJS moved this from Backlog to Ready for Development in Reserbiz May 7, 2021
@RoiJS RoiJS moved this from Ready for Development to In Progress in Reserbiz May 7, 2021
RoiJS pushed a commit that referenced this issue May 9, 2021
@RoiJS RoiJS linked a pull request May 9, 2021 that will close this issue
@RoiJS RoiJS moved this from In Progress to Done in Reserbiz May 9, 2021
@RoiJS
Copy link
Owner Author

RoiJS commented May 9, 2021

Done

User can now have the ability to reset password via the Forgot password feature.

@RoiJS RoiJS closed this as completed May 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request technical task regular instructions
Projects
Development

Successfully merging a pull request may close this issue.

1 participant