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

Feature/sophia/reset password #41

Merged
merged 13 commits into from
May 3, 2024

Conversation

Syu125
Copy link
Contributor

@Syu125 Syu125 commented Apr 26, 2024

Tracking Info

Resolves #32

Changes

  • Create new display for "Forgot Password" (login page switches to forgot password page when button pressed)
  • Send reset link to user's email and direct the link to the reset password page
  • After password is reset, user automatically gets logged in
  • A pop-up will display when the email link is sent repeatedly

Testing

  • The flow was tested using the admin account info. I received a reset link via email and was able to reset the password.

Confirmation of Change

  • On the login page, click "Forgot Password". This will direct you to send a reset link (after the first send, the page will switch to a similar page that indicates you can resend the link if you did not receive it). After the link is sent, a pop-up should display that the link was sent.
  • Check your email inbox for the reset link, and this will direct you to the reset password page. The passwords must match; and once the new password is set you will automatically be logged in.

Copy link
Collaborator

@benjaminJohnson2204 benjaminJohnson2204 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, great work Sophia! I just touched up a few CSS and error handling nuances, nice work getting the entire password reset flow working!

Copy link
Contributor

@HarshGurnani HarshGurnani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Contributor

@2s2e 2s2e left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes work as described, LGTM!

@benjaminJohnson2204 benjaminJohnson2204 merged commit 1555b7d into main May 3, 2024
4 checks passed
@benjaminJohnson2204 benjaminJohnson2204 deleted the feature/sophia/reset-password branch May 3, 2024 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reset Own Password from Login Page
4 participants