dojox.form.PasswordValidator overwrite old value with empty value
If I have a password validator with new and verify on a form and set the password, the next time I edit any of the form it will overwrite the password with an empty value. The value should not get overwritten if the user doesn't enter a new password. Note: I do not need the old password verified when the user changes passwords so it was not included in the form.
Change History (4)
Owner: |
changed from dante to nathan
|
Resolution: |
→ wontfix
|
Status: |
assigned →
closed
|
This is the way that this widget is designed - if the new/validate don't have values, or if they don't match, then a call to getValue on the widget will return an empty string.