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

feat/LBGG-565: Password recovery flow #585

Merged
merged 19 commits into from
Feb 12, 2024
Merged

Conversation

erunks
Copy link
Contributor

@erunks erunks commented Jan 31, 2024

What

This enables a crucial piece of the platform, being able to recover an account and successfully change your password.

Link to Issue

Closes #565

Acceptance

Steps for testing

  • Sign up for an account
  • Confirm the associated email
  • Logout
  • Click the login button
  • Click forgot password
  • If you fill out the fields with invalid values, the button should stay disabled
  • Filling out the fields correctly enables the reset button
  • Click the reset button
  • Click the reset link in the email
  • If the reset token is invalid, you should be navigated back home
  • If it's valid, you should be let onto the reset page
  • If you fill out the fields with invalid values, the change password button should stay disabled
  • Filling out the fields correctly enables the password button
  • Click the change password button
  • If the password is invalid, you should get an error
  • If the password is valid, you should get a success modal, and be redirected home

Images

Desktop Tablet Mobile
image Screen Shot 2024-02-10 at 00 17 27 Screen Shot 2024-02-10 at 00 18 32
image Screen Shot 2024-02-10 at 00 20 36 Screen Shot 2024-02-10 at 00 20 29
image Screen Shot 2024-02-10 at 00 16 56 Screen Shot 2024-02-10 at 00 14 39
image Screen Shot 2024-02-10 at 00 29 47 Screen Shot 2024-02-10 at 00 29 53
image Screen Shot 2024-02-10 at 00 22 26 Screen Shot 2024-02-10 at 00 22 35
image Screen Shot 2024-02-10 at 00 25 11 Screen Shot 2024-02-10 at 00 25 04

Sorry, something went wrong.

Copy link

netlify bot commented Jan 31, 2024

Deploy Preview for lbgg ready!

Name Link
🔨 Latest commit 0cdc8ea
🔍 Latest deploy log https://app.netlify.com/sites/lbgg/deploys/65c82015e1243700080be14a
😎 Deploy Preview https://deploy-preview-585--lbgg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@erunks erunks self-assigned this Feb 7, 2024
@erunks erunks added the enhancement New feature or request label Feb 7, 2024
@erunks erunks requested a review from buffet-time February 10, 2024 05:34
@erunks erunks marked this pull request as ready for review February 10, 2024 05:34
@erunks erunks changed the title WIP: feat/LBGG-565: Password recovery flow feat/LBGG-565: Password recovery flow Feb 10, 2024
@erunks erunks merged commit 0108b91 into main Feb 12, 2024
13 checks passed
@erunks erunks deleted the LBGG-565-password-recovery branch February 12, 2024 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: A user must be able to recover their password if they have forgotten it.
2 participants