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

Add "Forgot Password" functionality - Login page #1

Open
rathorevaibhav opened this issue May 30, 2020 · 0 comments
Open

Add "Forgot Password" functionality - Login page #1

rathorevaibhav opened this issue May 30, 2020 · 0 comments
Labels
good first issue Good for newcomers

Comments

@rathorevaibhav
Copy link
Member

rathorevaibhav commented May 30, 2020

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:

  1. 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".
  2. 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.

@rathorevaibhav rathorevaibhav added the needs requirements Has incomplete requirements label May 30, 2020
@rathorevaibhav rathorevaibhav changed the title Add "Forgot Password" functionality Add "Forgot Password" functionality - Login page May 30, 2020
@rathorevaibhav rathorevaibhav added good first issue Good for newcomers and removed needs requirements Has incomplete requirements labels Jun 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant