Commit a39f638e authored by Marc Schumann's avatar Marc Schumann Committed by Frédéric Buclin

Bug 875377: Hint how to change the email address should only be displayed if the…

Bug 875377: Hint how to change the email address should only be displayed if the address can be changed r/a=LpSolit
parent 36d72065
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment