]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 324242: Unsetting shutdownhtml requires too much intimate knowledge
authorFrédéric Buclin <LpSolit@gmail.com>
Thu, 7 Jan 2016 20:37:36 +0000 (21:37 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Thu, 7 Jan 2016 20:37:36 +0000 (21:37 +0100)
r/a=dkl

template/en/default/global/messages.html.tmpl

index 3a8aa1ada7a18e2ef7cc86fb068cd69196b418f7..bc8fe5b384cf9e8feeeb165e1e6445209b08b859 100644 (file)
     [% 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 %]