summaryrefslogtreecommitdiffstats
path: root/defparams.pl
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 /defparams.pl
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 'defparams.pl')
-rw-r--r--defparams.pl9
1 files changed, 9 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl
index b0567c783..ae0923295 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -964,6 +964,15 @@ Reason: %reason%
},
{
+ name => 'requirelogin',
+ desc => 'If this option is set, all access to the system beyond the ' .
+ ' front page will require a login. No anonymous users will ' .
+ ' be permitted.',
+ type => 'b',
+ default => '0'
+ },
+
+ {
name => 'usermatchmode',
desc => 'Allow match strings to be entered for user names when entering ' .
'and editing bugs. <p>' .