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

Improved password reset #228

Merged
merged 9 commits into from Mar 25, 2024
Merged

Improved password reset #228

merged 9 commits into from Mar 25, 2024

Commits on Mar 20, 2024

  1. add reset token validation

    Marty Bode committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5bdbe9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf9eff3 View commit details
    Browse the repository at this point in the history
  3. formatting

    Marty Bode committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    158c9f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22a8683 View commit details
    Browse the repository at this point in the history
  5. merge fix

    Marty Bode committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c519c55 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. refactor(pages): ResetPassword

    Check token validity on page load
    joshuagraber committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    4eeb994 View commit details
    Browse the repository at this point in the history
  2. refactor(stores): user

    Add func to check validity of reset token
    joshuagraber committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    5c8f470 View commit details
    Browse the repository at this point in the history
  3. test(pages): reset password, search result

    Update ResetPassword test
    Update snapshots
    joshuagraber committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    35ca640 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6bdf01 View commit details
    Browse the repository at this point in the history