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
Hi, if I use a password such as "password@123". The Javascript version will return a score of 2. However, the Java version returns 1. There only seem to be a discrepancy with the @. If I type the same password "password_123" then both Javascript and Java will return 2. This is a major problem since I am trying to verify the on the backend and both scores should match.
The text was updated successfully, but these errors were encountered:
jkunggit
changed the title
Score not matching in javascript version
Score not matching with javascript version
Jul 23, 2022
Hi, if I use a password such as "password@123". The Javascript version will return a score of 2. However, the Java version returns 1. There only seem to be a discrepancy with the @. If I type the same password "password_123" then both Javascript and Java will return 2. This is a major problem since I am trying to verify the on the backend and both scores should match.
The text was updated successfully, but these errors were encountered: