summaryrefslogtreecommitdiffstats
path: root/token.cgi
diff options
context:
space:
mode:
authorbugreport%peshkin.net <>2002-11-27 23:46:05 +0100
committerbugreport%peshkin.net <>2002-11-27 23:46:05 +0100
commitbc3da73c9bfb25bab7416b473bdbcbed38d7ef3f (patch)
treeda194bbadf1bc3eb6eb08afda0bf96686b7c007f /token.cgi
parentf45012516248617908cf1a5269b042fcec2b4037 (diff)
downloadbugzilla-bc3da73c9bfb25bab7416b473bdbcbed38d7ef3f.tar.gz
bugzilla-bc3da73c9bfb25bab7416b473bdbcbed38d7ef3f.tar.xz
Bug 173761 Need ability to always require login
patch by joel r=gerv, a=justdave
Diffstat (limited to 'token.cgi')
-rwxr-xr-xtoken.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/token.cgi b/token.cgi
index d4055d058..9a7efb5c5 100755
--- a/token.cgi
+++ b/token.cgi
@@ -36,7 +36,7 @@ require "CGI.pl";
# Establish a connection to the database backend.
ConnectToDatabase();
-quietly_check_login();
+quietly_check_login('permit_anonymous');
# Use the "Token" module that contains functions for doing various
# token-related tasks.