Commit f6fd37da authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 324242: Unsetting shutdownhtml requires too much intimate knowledge

r/a=dkl
parent a28da9f2
......@@ -879,9 +879,16 @@
[% title = "$terms.Bugzilla is Down" %]
[% Param("shutdownhtml") %]
[% IF userid %]
<p>For security reasons, you have been logged out automatically.
The cookie that was remembering your login is now gone.
<p>
For security reasons, you have been logged out automatically.
The cookie that was remembering your login is now gone.
</p>
[% END %]
<p>
If you are an administrator, you can
<a href="editparams.cgi?section=general">reactivate [% terms.Bugzilla %]</a>
by clearing the <kbd>shutdownhtml</kbd> parameter.
</p>
[% ELSIF message_tag == "term" %]
[% terms.$term FILTER html %]
......
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