nurpax / nurpawiki

Automatically exported from code.google.com/p/nurpawiki
GNU General Public License v2.0
0 stars 3 forks source link

Clear password box with Javascript (or some other method) in /edit_user?user_to_edit=<user> #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Edit current user by pressing My Preferences
2. Press save

What is the expected output? What do you see instead?

Expected output is to leave the password as is.

Instead, wiki complains about Password re-try not matching the entered
password.

The problem seems to be caused by the browser remembering the old password
but NOT entering it into the re-try box.

The problem could be circumvented by having the browser not remember the
password in this case or by clearing the password box.

Original issue reported on code.google.com by jjhel...@gmail.com on 8 Dec 2007 at 6:18

GoogleCodeExporter commented 9 years ago
Fixed in r117.

Original comment by jjhel...@gmail.com on 9 Dec 2007 at 2:02