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
An error message is displayed when attempting to set a new password on the "Set new password" screen that is identical to the user's existing password.
Navigate to the "Reset your password" screen and enter your account information.
Open the "Set new password" screen using the link provided in the email.
Enter your existing password in the "New Password" field.
Click the "Verify" button.
Expected Behavior
The system should either:
Display a validation error message indicating that the new password cannot be the same as the old password,
Or successfully update the password if the application allows it.
Actual Behavior
The following error message is displayed:
Authentication Error
An error occurred in the Server Components render. The specific message is omitted in production builds to avoid leaking sensitive details. A digest property is included on this error instance which may provide additional details about the nature of the error.
Additional Context
This behavior is unexpected and suggests a problem with either password validation or the password update process. The vague nature of the error message doesn't provide enough information to the user regarding the specific issue. It should be either rejected during the validation process or successfully changed.
The text was updated successfully, but these errors were encountered:
Self Checks
Cloud or Self Hosted
Cloud
Version (only for Self Hosted)
No response
Steps to reproduce
An error message is displayed when attempting to set a new password on the "Set new password" screen that is identical to the user's existing password.
Expected Behavior
The system should either:
Actual Behavior
The following error message is displayed:
Additional Context
This behavior is unexpected and suggests a problem with either password validation or the password update process. The vague nature of the error message doesn't provide enough information to the user regarding the specific issue. It should be either rejected during the validation process or successfully changed.
The text was updated successfully, but these errors were encountered: