summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-03-17 06:23:00 +0100
committerjocuri%softhome.net <>2004-03-17 06:23:00 +0100
commit50fcc7a0f0436557fe21ac576d011d6a300eeaa5 (patch)
tree43d2cd8acd03801de653ea373068f8aa4fcdd396 /template
parent17559921835f036a50330476176ea29c598ba84c (diff)
downloadbugzilla-50fcc7a0f0436557fe21ac576d011d6a300eeaa5.tar.gz
bugzilla-50fcc7a0f0436557fe21ac576d011d6a300eeaa5.tar.xz
Patch for bug 237646: fix for regression in userprefs.cgi that disallowed users to change their password via this page; r=kiko; a=myk.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/account/prefs/account.html.tmpl5
1 files changed, 2 insertions, 3 deletions
diff --git a/template/en/default/account/prefs/account.html.tmpl b/template/en/default/account/prefs/account.html.tmpl
index 54789ab2b..9db5addbb 100644
--- a/template/en/default/account/prefs/account.html.tmpl
+++ b/template/en/default/account/prefs/account.html.tmpl
@@ -21,7 +21,6 @@
[%# INTERFACE:
# realname: string. The user's real name, if any.
- # login: string. The user's Bugzilla login email address.
# login_change_date: string. The date the email change will be complete. (optional)
# new_login_name: string. The user's new Bugzilla login whilst not confirmed. (optional)
#%]
@@ -36,7 +35,7 @@
<th align="right">Password:</th>
<td>
<input type="hidden" name="Bugzilla_login"
- value="[% login FILTER html %]">
+ value="[% user.login FILTER html %]">
<input type="password" name="Bugzilla_password">
</td>
</tr>
@@ -79,7 +78,7 @@
[% ELSE %]
<tr>
<th align="right">Confirmed email address:</th>
- <td>[% login FILTER html %]
+ <td>[% user.login FILTER html %]
</tr>
<tr>
<th align="right">Completion date:</th>