-
Notifications
You must be signed in to change notification settings - Fork 0
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
Uabc 248 create forgot password flow #277
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dyzhuu
requested changes
Sep 23, 2024
dyzhuu
force-pushed
the
main
branch
2 times, most recently
from
September 29, 2024 22:10
e4f89f2
to
61edd06
Compare
monoclonalAb
had a problem deploying
to
development
October 2, 2024 01:19
— with
GitHub Actions
Failure
monoclonalAb
temporarily deployed
to
development
October 2, 2024 01:19
— with
GitHub Actions
Inactive
dyzhuu
requested changes
Oct 2, 2024
monoclonalAb
temporarily deployed
to
development
October 2, 2024 07:11
— with
GitHub Actions
Inactive
monoclonalAb
temporarily deployed
to
development
October 2, 2024 07:11
— with
GitHub Actions
Inactive
monoclonalAb
temporarily deployed
to
development
October 2, 2024 21:09
— with
GitHub Actions
Inactive
monoclonalAb
temporarily deployed
to
development
October 2, 2024 21:09
— with
GitHub Actions
Inactive
monoclonalAb
temporarily deployed
to
development
October 3, 2024 11:16
— with
GitHub Actions
Inactive
monoclonalAb
temporarily deployed
to
development
October 3, 2024 11:16
— with
GitHub Actions
Inactive
monoclonalAb
temporarily deployed
to
development
October 5, 2024 02:03
— with
GitHub Actions
Inactive
monoclonalAb
temporarily deployed
to
development
October 5, 2024 02:03
— with
GitHub Actions
Inactive
dyzhuu
force-pushed
the
UABC-248-Create-forgot-password-flow
branch
from
October 8, 2024 04:19
0e7f8e6
to
48beb03
Compare
…, be able to enter in email address, validate that email address is valid, send an email containing link to forget password page (accounting for edge cases) and the forget password page
* moved reset token verification to server-side * altered the email content * renamed reset password form component
dyzhuu
force-pushed
the
UABC-248-Create-forgot-password-flow
branch
from
October 8, 2024 04:20
48beb03
to
2f09dc0
Compare
- restyled reset-password form - added middleware for handling auth routing to form - added page grouping - added detailed error toasts - refactored play-level frontend to use mutation
- Update the list of allowed routes in the middleware to include "/auth/:path*" - Correct the link in the ForgotPasswordEmail component - Update the reset password token verification to hash the token before comparing - Update the admin page to use absolute URLs for the dashboard buttons - Update the ResetPasswordForm component to import Link from "next/link" and add a toast action to request a new password reset - Update the ResetPasswordPage component to display an error card if the reset token is invalid or expired - Linted everything
dyzhuu
force-pushed
the
UABC-248-Create-forgot-password-flow
branch
from
October 8, 2024 08:43
e460047
to
2add459
Compare
dyzhuu
approved these changes
Oct 8, 2024
dyzhuu
approved these changes
Oct 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes #248