From: Ben Shum Date: Thu, 20 Dec 2012 19:32:46 +0000 (-0500) Subject: LP 1088561 - part 2, fix all update forms to not show saved passwords X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fbshum%2Flp1088561_part2;p=working%2FEvergreen.git LP 1088561 - part 2, fix all update forms to not show saved passwords Bug re-opened due to locating a few other locations in my account area where the password was being saved by browsers like Firefox instead of requiring users to key in current password to make changes. This patch covers those two additional cases and changes the quoting around the first case to be more consistent with the rest of the line. Signed-off-by: Ben Shum --- diff --git a/Open-ILS/src/templates/opac/myopac/update_email.tt2 b/Open-ILS/src/templates/opac/myopac/update_email.tt2 index 6b662bd67c..ceb1a6b102 100644 --- a/Open-ILS/src/templates/opac/myopac/update_email.tt2 +++ b/Open-ILS/src/templates/opac/myopac/update_email.tt2 @@ -17,7 +17,7 @@ [% END %] -
+ [% IF CGI.param("return_to_referer") %] [% END %] diff --git a/Open-ILS/src/templates/opac/myopac/update_password.tt2 b/Open-ILS/src/templates/opac/myopac/update_password.tt2 index 0d3d461b17..7b77fe7776 100644 --- a/Open-ILS/src/templates/opac/myopac/update_password.tt2 +++ b/Open-ILS/src/templates/opac/myopac/update_password.tt2 @@ -21,7 +21,7 @@ [% END %] - + diff --git a/Open-ILS/src/templates/opac/myopac/update_username.tt2 b/Open-ILS/src/templates/opac/myopac/update_username.tt2 index a3a0bd2654..546c07136d 100644 --- a/Open-ILS/src/templates/opac/myopac/update_username.tt2 +++ b/Open-ILS/src/templates/opac/myopac/update_username.tt2 @@ -25,7 +25,7 @@ [% END %] - +
[% l('Current Password') %]
[% l('New Password') %]
[% l('Current Username') %][% ctx.user.usrname | html %]
[% l('Current Password') %]