From a9a03e405b9e37fa37e1e07b086e510e746ef71b Mon Sep 17 00:00:00 2001 From: "jake%bugzilla.org" <> Date: Sun, 13 Mar 2005 05:51:15 +0000 Subject: 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 --- template/en/default/global/messages.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/global/messages.html.tmpl') diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 5ed2eecf8..0ce65ef09 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -156,7 +156,7 @@ [% ELSIF message_tag == "logged_out" %] [% title = "Logged Out" %] - [% url = "query.cgi?GoAheadAndLogIn=1" %] + [% url = "index.cgi?GoAheadAndLogIn=1" %] [% link = "Log in again." %] Your login has been forgotten. The cookie that was remembering your login is now gone. You will be -- cgit v1.2.3-24-g4f1b