]> 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:36:29 +0000 (21:36 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Thu, 7 Jan 2016 20:36:29 +0000 (21:36 +0100)
r=dkl

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

index a7b7e19ba5d3482bbdb1b2421d919a175e186f5c..77b13859cd6acdfa6967b8e365d3fcd3a3727ccb 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 %]