diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/account/prefs/email.html.tmpl | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl index ef8d0ae29..9a5f22a8c 100644 --- a/template/en/default/account/prefs/email.html.tmpl +++ b/template/en/default/account/prefs/email.html.tmpl @@ -28,11 +28,13 @@ </div> [% END %] -<p> - If you want to change your e-mail address <b>[% user.email FILTER html %]</b> - to which [% terms.Bugzilla %] sends notifications, click the "Account - Information" tab above. -</p> +[% IF user.authorizer.can_change_email && Param('allowemailchange') %] + <p> + If you want to change your e-mail address + <b>[% user.email FILTER html %]</b> to which [% terms.Bugzilla %] sends + notifications, click the "Account Information" tab above. + </p> +[% END %] <p> If you don't like getting a notification for "trivial" |