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

Password recovery flow #831

Merged
merged 4 commits into from
Nov 13, 2024
Merged

Password recovery flow #831

merged 4 commits into from
Nov 13, 2024

Commits on Nov 13, 2024

  1. Password recovery flow

    - Renamed some components for consistency
    - Changed forgot route to `account/password` to reuse it for the reset
      (via `account/password/reset`)
    - Edited the ForgotPasswordForm component to properly make expected API
      calls
    - Created new ResetPasswordForm component to handle the password reset
      behavior
    - Added optional email param to signin form to autofill it when trying to
      recover your password
    - Created elements for both password reset and password forgot, moving
      the expected logic there
    - Done the same for SignIn (creating elements/account/signin)
    - InputBasic was not accepting additional props
    - Added required routes
    
    Pending: error handling
    elboletaire committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4000b13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a751698 View commit details
    Browse the repository at this point in the history
  3. Minor translation change

    elboletaire committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    aefafb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f26fe6 View commit details
    Browse the repository at this point in the history