From d9cbb0f0a62bba345ed26ac68364bb441f41d35d Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Fri, 12 May 2006 09:40:56 +0000 Subject: Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN block Patch By Max Kanat-Alexander r=LpSolit, a=myk --- .../en/default/account/prefs/account.html.tmpl | 29 +++++++++++----------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to 'template/en/default/account/prefs/account.html.tmpl') diff --git a/template/en/default/account/prefs/account.html.tmpl b/template/en/default/account/prefs/account.html.tmpl index dc936d43c..e914ecf6c 100644 --- a/template/en/default/account/prefs/account.html.tmpl +++ b/template/en/default/account/prefs/account.html.tmpl @@ -42,20 +42,21 @@
+ [% IF user.authorizer.can_change_password %] + + New password: + + + + - - New password: - - - - - - - Re-enter new password: - - - - + + Re-enter new password: + + + + + [% END %] Your real name (optional, but encouraged): @@ -64,7 +65,7 @@ - [% IF Param('allowemailchange') %] + [% IF user.authorizer.can_change_email && Param('allowemailchange') %] [% IF login_change_date %] [% IF new_login_name %] -- cgit v1.2.3-24-g4f1b