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

[FE] Content-panel: Implement Forgot and Reset Password Functionality #471

Open
9 tasks done
edichoska opened this issue Dec 15, 2024 · 0 comments · May be fixed by #475
Open
9 tasks done

[FE] Content-panel: Implement Forgot and Reset Password Functionality #471

edichoska opened this issue Dec 15, 2024 · 0 comments · May be fixed by #475
Assignees
Labels
frontend This is a frontend component

Comments

@edichoska
Copy link
Contributor

edichoska commented Dec 15, 2024

Description:
Integrate the Reset Password flow, containing the Forgot Password and Reset Password Functionality.

Requirements:

If this call is successfull we will receive an email from the BE, containing a link that will redirect the user to /content-panel/pasword-resets.

  • Create a new page for the reset password flow at /content-panel/pasword-resets.
    This page should contain a form with inputs for:
    Email
    New Password
    Confirm Password
    The reset token can be fetched from the query parameters of the URL.

Form Validation:

  • Ensure both "New Password" and "Confirm Password" match.
  • Check that the password meets the required criteria (minimum 8 characters).

API Integration:

On Success: Display a success message and redirect the user to the login page.
On Failure: Display an appropriate error message

@edichoska edichoska converted this from a draft issue Dec 15, 2024
@edichoska edichoska added the frontend This is a frontend component label Dec 15, 2024
@edichoska edichoska changed the title [FE] Content-panel Edit profile [FE] Content-pane: Forgot password Dec 15, 2024
@edichoska edichoska changed the title [FE] Content-pane: Forgot password [FE] Content-panel: Implement Forgot and Reset Password Functionality Dec 15, 2024
@mitkapanarin mitkapanarin self-assigned this Dec 18, 2024
@mitkapanarin mitkapanarin moved this from To Do to In progress in LearnHub Task Management Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend This is a frontend component
Projects
Status: In progress
Development

Successfully merging a pull request may close this issue.

2 participants