diff options
author | Koosha Khajeh Moogahi <koosha.khajeh@gmail.com> | 2012-05-28 15:44:28 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-05-28 15:44:28 +0200 |
commit | ef279711cea60d1ee999a6b74a6d5f0fa8552cf4 (patch) | |
tree | 4bf3f2dd590d88123f28952dbc8441aa87cb28f0 /template/en/default/account/email | |
parent | 022510ad4a5e17b7322709d173535c230b572b09 (diff) | |
download | bugzilla-ef279711cea60d1ee999a6b74a6d5f0fa8552cf4.tar.gz bugzilla-ef279711cea60d1ee999a6b74a6d5f0fa8552cf4.tar.xz |
Bug 355596: Your password should be requested to confirm your email address change
r/a=LpSolit
Diffstat (limited to 'template/en/default/account/email')
-rw-r--r-- | template/en/default/account/email/confirm.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/account/email/confirm.html.tmpl b/template/en/default/account/email/confirm.html.tmpl index c990e043c..5b547782d 100644 --- a/template/en/default/account/email/confirm.html.tmpl +++ b/template/en/default/account/email/confirm.html.tmpl @@ -14,7 +14,7 @@ [% PROCESS global/header.html.tmpl %] <p> - To change your email address, please enter the old email address: + To change your email address, please enter your current password: </p> <form method="post" action="token.cgi"> @@ -22,8 +22,8 @@ <input type="hidden" name="a" value="chgem"> <table> <tr> - <th align="right">Old Email Address:</th> - <td><input type="text" name="email" size="36"></td> + <th align="right">Password:</th> + <td><input type="password" name="password" size="36"></td> </tr> <tr> <th align="right"> </th> |