diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2016-01-07 21:37:36 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2016-01-07 21:37:36 +0100 |
commit | f6fd37da0f2c1792b1f804147a54fd0ea1212f54 (patch) | |
tree | cdccadc810fa5524b4d9c6c687d539d92216020e | |
parent | a28da9f20a7837b6d620235809d4f21583c23bdb (diff) | |
download | bugs-f6fd37da0f2c1792b1f804147a54fd0ea1212f54.tar bugs-f6fd37da0f2c1792b1f804147a54fd0ea1212f54.tar.gz bugs-f6fd37da0f2c1792b1f804147a54fd0ea1212f54.tar.bz2 bugs-f6fd37da0f2c1792b1f804147a54fd0ea1212f54.tar.xz bugs-f6fd37da0f2c1792b1f804147a54fd0ea1212f54.zip |
Bug 324242: Unsetting shutdownhtml requires too much intimate knowledge
r/a=dkl
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 3a8aa1ada..bc8fe5b38 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 %] - <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 %] |