]> 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:20:59 +0000 (16:20 -0500)
commitd4fba307f7714924ef79789a4b327d783959fcbf
treeef257ed9018e284e921e809acd44b932a016299c
parent1981991a7b258cc2d5b63c2def506194487f609a
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