From 50fcc7a0f0436557fe21ac576d011d6a300eeaa5 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Wed, 17 Mar 2004 05:23:00 +0000 Subject: Patch for bug 237646: fix for regression in userprefs.cgi that disallowed users to change their password via this page; r=kiko; a=myk. --- template/en/default/account/prefs/account.html.tmpl | 5 ++--- 1 file 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 @@ Password: + value="[% user.login FILTER html %]"> @@ -79,7 +78,7 @@ [% ELSE %] Confirmed email address: - [% login FILTER html %] + [% user.login FILTER html %] Completion date: -- cgit v1.2.3-24-g4f1b