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
Describe the bug
The password validation for new store registrations or password updates is not enforcing the updated rules. This allows users to set passwords that do not meet the required security criteria, leading to potential security risks.
To Reproduce
Steps to reproduce the behavior:
Open the store registration or password reset page.
Enter a password that does not meet the required rules (e.g., missing special characters, too short, etc.).
Attempt to submit the form.
Observe if the system accepts the weak password or provides an incorrect validation message.
Expected behavior
The system should validate the password based on the new rules and display an appropriate error message if the password does not meet the criteria.
Desktop (please complete the following information):
OS: [e.g. Windows]
Browser [e.g. chrome, ]
Version [e.g. Latest]
The text was updated successfully, but these errors were encountered:
Describe the bug
The password validation for new store registrations or password updates is not enforcing the updated rules. This allows users to set passwords that do not meet the required security criteria, leading to potential security risks.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The system should validate the password based on the new rules and display an appropriate error message if the password does not meet the criteria.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: