From 89e09eb00b896f41ba6e82ce758cd7ea3905f0db Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 22 Dec 2014 19:44:41 +0000 Subject: Bug 1113286: backport upstream bug 686333 to bmo/4.2 to convert Bugzilla login fields to --- template/en/default/account/auth/login.html.tmpl | 3 ++- template/en/default/account/create.html.tmpl | 3 ++- template/en/default/account/prefs/account.html.tmpl | 19 +++++++++++++------ 3 files changed, 17 insertions(+), 8 deletions(-) (limited to 'template/en/default/account') diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl index 0aac403a5..dac24bcdc 100644 --- a/template/en/default/account/auth/login.html.tmpl +++ b/template/en/default/account/auth/login.html.tmpl @@ -46,7 +46,8 @@ - + [% Param('emailsuffix') FILTER html %] diff --git a/template/en/default/account/create.html.tmpl b/template/en/default/account/create.html.tmpl index 985a54841..914fe05b4 100644 --- a/template/en/default/account/create.html.tmpl +++ b/template/en/default/account/create.html.tmpl @@ -67,7 +67,8 @@ Email address: - + [% Param('emailsuffix') FILTER html %] diff --git a/template/en/default/account/prefs/account.html.tmpl b/template/en/default/account/prefs/account.html.tmpl index 0457ff892..95819e451 100644 --- a/template/en/default/account/prefs/account.html.tmpl +++ b/template/en/default/account/prefs/account.html.tmpl @@ -36,7 +36,7 @@ - +
@@ -46,14 +46,14 @@ - + Confirm new password: - + [% END %] @@ -61,7 +61,7 @@ - + [% IF user.authorizer.can_change_email && Param('allowemailchange') %] [% IF login_change_date %] @@ -86,9 +86,16 @@ [% END %] [% ELSE %] - New email address: + + [% IF Param('emailsuffix') %] + New login: + [% ELSE %] + New email address: + [% END %] + - + [% END %] -- cgit v1.2.3-24-g4f1b