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
Implement form validation to ensure a valid email address is provided.
Display success or error messages based on the API response.
Test the feature for edge cases, such as invalid email inputs or server errors.
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).
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.
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:
API Integration:
On Success: Display a success message and redirect the user to the login page.
On Failure: Display an appropriate error message
The text was updated successfully, but these errors were encountered: