summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/prefs
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-03-29 23:40:58 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-03-29 23:40:58 +0200
commita5086cb7ddc55dd8422c85bbb9e251cb1a2c7f8e (patch)
treef21b50ec0655ae1171d1f75f28b8996def3e5f2f /template/en/default/account/prefs
parent35f99bbebf22b711ba24d15377f2de2a73eff2c4 (diff)
downloadbugzilla-a5086cb7ddc55dd8422c85bbb9e251cb1a2c7f8e.tar.gz
bugzilla-a5086cb7ddc55dd8422c85bbb9e251cb1a2c7f8e.tar.xz
Bug 553693: A new logincookie is created when changing the password or email address instead of reusing the existing one
r/a=mkanat
Diffstat (limited to 'template/en/default/account/prefs')
-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 15f0702a7..0457ff892 100644
--- a/template/en/default/account/prefs/account.html.tmpl
+++ b/template/en/default/account/prefs/account.html.tmpl
@@ -33,9 +33,8 @@
<tr>
<th align="right">Password:</th>
<td>
- <input type="hidden" name="Bugzilla_login"
- value="[% user.login FILTER html %]">
- <input type="password" name="Bugzilla_password">
+ <input type="hidden" name="old_login" value="[% user.login FILTER html %]">
+ <input type="password" name="old_password">
</td>
</tr>
<tr>