summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authordkl%redhat.com <>2008-10-05 11:48:31 +0200
committerdkl%redhat.com <>2008-10-05 11:48:31 +0200
commit66707beec7dff194e9926cc48e55a01a49fcb8f6 (patch)
tree11b6d060f6edf3df6da74501bff38cd9a6b65cf1 /template
parent949c68ab8cae1bdeb52e4257ecb1e8a105c3ed97 (diff)
downloadbugzilla-66707beec7dff194e9926cc48e55a01a49fcb8f6.tar.gz
bugzilla-66707beec7dff194e9926cc48e55a01a49fcb8f6.tar.xz
Bug 457719: The "You need to _log in_ before you can comment..." link in show_bug.cgi doesn't display the login form if ssl = "authenticated sessions"
Patch by David Lawrence <dkl@redhat.com> - r/a=LpSolit
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/edit.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 6d60d8eb9..53efa0cb9 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -261,7 +261,7 @@
<legend>Note</legend>
<p>
You need to
- <a href="show_bug.cgi?id=[% bug.bug_id %]&amp;GoAheadAndLogIn=1">log in</a>
+ <a href="[% IF Param('ssl') != 'never' %][% Param('sslbase') %][% END %]show_bug.cgi?id=[% bug.bug_id %]&amp;GoAheadAndLogIn=1">log in</a>
before you can comment on or make changes to this [% terms.bug %].
</p>
</fieldset>