diff options
-rw-r--r-- | template/en/default/account/prefs/email.html.tmpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl index 654b66673..3dbed12e0 100644 --- a/template/en/default/account/prefs/email.html.tmpl +++ b/template/en/default/account/prefs/email.html.tmpl @@ -19,6 +19,15 @@ # receiving mail for that reason when in that role. #%] +[%# If the user's bugmail has been disabled by admins, show a warning. %] +[% IF user.email_disabled %] + <div class="warningmessages"> + Your [% terms.bug %]mail has been disabled by the [% terms.Bugzilla %] + administrator. Please contact [% Param('maintainer') %] to enable + [%+ terms.bug %]mails. + </div> +[% END %] + <p> If you don't like getting a notification for "trivial" changes to [% terms.bugs %], you can use the settings below to |