From: Frédéric Buclin Date: Thu, 7 Jan 2016 20:37:36 +0000 (+0100) Subject: Bug 324242: Unsetting shutdownhtml requires too much intimate knowledge X-Git-Tag: release-5.0.3~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f6fd37da0f2c1792b1f804147a54fd0ea1212f54;p=thirdparty%2Fbugzilla.git Bug 324242: Unsetting shutdownhtml requires too much intimate knowledge r/a=dkl --- diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 3a8aa1ada7..bc8fe5b384 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -879,9 +879,16 @@ [% title = "$terms.Bugzilla is Down" %] [% Param("shutdownhtml") %] [% IF userid %] -

For security reasons, you have been logged out automatically. - The cookie that was remembering your login is now gone. +

+ For security reasons, you have been logged out automatically. + The cookie that was remembering your login is now gone. +

[% END %] +

+ If you are an administrator, you can + reactivate [% terms.Bugzilla %] + by clearing the shutdownhtml parameter. +

[% ELSIF message_tag == "term" %] [% terms.$term FILTER html %]