diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2016-01-07 21:36:29 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2016-01-07 21:36:29 +0100 |
commit | d6c9f9c56c5570e2e3118a05f05cecbc4a062c68 (patch) | |
tree | da652cebf4d48020fd99e0e7a0df3a8c332736a6 /template | |
parent | 9fe7ec66f8d871ca86300ad80176f267afa940bd (diff) | |
download | bugzilla-d6c9f9c56c5570e2e3118a05f05cecbc4a062c68.tar.gz bugzilla-d6c9f9c56c5570e2e3118a05f05cecbc4a062c68.tar.xz |
Bug 324242: Unsetting shutdownhtml requires too much intimate knowledge
r=dkl
Diffstat (limited to 'template')
-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 a7b7e19ba..77b13859c 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -876,9 +876,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 %] |