You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The forgot password functionality in the login page is not functional. This is needed when registered users have forgotten their password and want a password reset link in their email.
Acceptance criteria
The following pages should be set up:
Forgot password page: ForgotPassword.js
Email field
Submit button with title "Send reset password link"
A message to show up when the email is sent. "Password reset link has been sent to your email".
Reset password page: ResetPassword.js
New password field
Confirm new password field
Submit button with title "Reset password"
Form validations
Redirect to the dashboard after successful password reset
NOTE: To complete the functionality, it would require the Tides backend to support the password reset functionality and email sending capability.
The text was updated successfully, but these errors were encountered:
Description
The forgot password functionality in the login page is not functional. This is needed when registered users have forgotten their password and want a password reset link in their email.
Acceptance criteria
The following pages should be set up:
ForgotPassword.js
ResetPassword.js
NOTE: To complete the functionality, it would require the Tides backend to support the password reset functionality and email sending capability.
The text was updated successfully, but these errors were encountered: