summaryrefslogtreecommitdiffstats
path: root/template/en/default/index.html.tmpl
diff options
context:
space:
mode:
authorjake%bugzilla.org <>2005-03-13 06:51:15 +0100
committerjake%bugzilla.org <>2005-03-13 06:51:15 +0100
commita9a03e405b9e37fa37e1e07b086e510e746ef71b (patch)
treecc127d018556a44cd67b4c29b9fabee4dd34be0c /template/en/default/index.html.tmpl
parent2de4d83174d36d6a2258233b28a3224da1c1c5a7 (diff)
downloadbugzilla-a9a03e405b9e37fa37e1e07b086e510e746ef71b.tar.gz
bugzilla-a9a03e405b9e37fa37e1e07b086e510e746ef71b.tar.xz
Bug 83044 - Any page is now capable of being a login page simply by adding the ?GoAheadAndLogin=1 option to the URL. All links have been changed to make index.cgi the default login page instead of query.cgi.
r=joel, a=justdave
Diffstat (limited to 'template/en/default/index.html.tmpl')
-rw-r--r--template/en/default/index.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl
index c45ed9cc8..c1bdf62c5 100644
--- a/template/en/default/index.html.tmpl
+++ b/template/en/default/index.html.tmpl
@@ -72,7 +72,7 @@ function addSidebar() {
<li id="logout"><a href="relogin.cgi">Logout [% user.login FILTER html %]</a></li>
[% END %]
[% ELSE %]
- <li id="login"><a href="query.cgi?GoAheadAndLogIn=1">Log in to an existing account</a></li>
+ <li id="login"><a href="index.cgi?GoAheadAndLogIn=1">Log in to an existing account</a></li>
[% IF Param('createemailregexp') %]
<li id="account"><a href="createaccount.cgi">Open a new [% terms.Bugzilla %] account</a></li>
[% END %]