summaryrefslogtreecommitdiff
path: root/modules/user/views/user_form.html.php
AgeCommit message (Collapse)Author
2010-02-02Require the current password to change your password.Bharat Mediratta
Fixes ticket #585. Separate out the password change form from the regular edit user form. Require the old password to enter a new one. While I'm at it, roll the password strength javascript into a Form_Script element so that we can get rid of the old view (which incidentally fixes a bug where the password strength meter would go away on form errors).
2010-01-16Whitespace.Bharat Mediratta
2009-10-27Add a password strength meter.Tim Almdal