]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1088561: remove current password (renew password issue with TPAC)
authorSimon Hieu Mai <hieu.mai@mnsu.edu>
Wed, 19 Dec 2012 20:33:54 +0000 (14:33 -0600)
committerBen Shum <bshum@biblio.org>
Wed, 19 Dec 2012 21:25:23 +0000 (16:25 -0500)
commitbb9685397f0815d8d7ddb2f8a8f19280a360d741
treed6808a9e24b1590b272c32711fdb0c3866251c82
parent002d505c43861b186e899ae617f9373d0b63424b
LP#1088561: remove current password (renew password issue with TPAC)

If a user chooses to have their browser remember their password for the
catalog, it can fill in the password to the change password form page
as hidden dots. This behavior was observed specifically with Firefox.

Instead, add autocomplete="off" attribute to the form to force users to
enter existing password to change to a new password as intended.

Signed-off-by: Simon Mai <hieu.mai@mnsu.edu>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/opac/myopac/update_password.tt2