Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
1.1.1 (alpha)
-
None
-
None
-
Operating System: other
Platform: Other
-
23652
Description
The javascript does not validate password fields for security reasons; however,
any rules defined on a password field still show up in the javascript (they're
just not used). The min/max length and mask properties reveal sensitive
information about the server-side password validation structure. The best
solution at this time is to not use validator to check password fields at all
but we need a better solution in the long run.
See bug# 12473 for other details.