aboutsummaryrefslogtreecommitdiffstats
path: root/Bugs-Everywhere-Web/beweb/app.cfg
diff options
context:
space:
mode:
authorAaron Bentley <aaron.bentley@utoronto.ca>2006-04-11 19:23:03 -0400
committerAaron Bentley <aaron.bentley@utoronto.ca>2006-04-11 19:23:03 -0400
commite9d18ea441fbc7d2aa2f769a7eba129e5f132518 (patch)
tree511e1f632c07e0d4cf197e1cf9da012be93ba44f /Bugs-Everywhere-Web/beweb/app.cfg
parent881d1ce81bc97d53f44997ff7a0198717b754df2 (diff)
parent3edaf3974b197c89189803b2f99834fd8d735c64 (diff)
downloadbugseverywhere-e9d18ea441fbc7d2aa2f769a7eba129e5f132518.tar.gz
Merge with other be
Diffstat (limited to 'Bugs-Everywhere-Web/beweb/app.cfg')
-rw-r--r--Bugs-Everywhere-Web/beweb/app.cfg16
1 files changed, 8 insertions, 8 deletions
diff --git a/Bugs-Everywhere-Web/beweb/app.cfg b/Bugs-Everywhere-Web/beweb/app.cfg
index 0035ffb..024fa8a 100644
--- a/Bugs-Everywhere-Web/beweb/app.cfg
+++ b/Bugs-Everywhere-Web/beweb/app.cfg
@@ -31,7 +31,7 @@
# --------------
# Enable Visit tracking
-# visit.on=False
+visit.on=True
# Number of minutes a visit may be idle before it expires.
# visit.timeout=20
@@ -57,29 +57,29 @@
# --------
# Switch to turn on or off the Identity management module
-# identity.on=False
+identity.on=True
# [REQUIRED] URL to which CherryPy will internally redirect when an access
# control check fails. If Identity management is turned on, a value for this
# option must be specified.
-# identity.failure_url=None
+identity.failure_url="/login"
# The IdentityProvider to use -- defaults to the SqlObjectIdentityProvider which
# pulls User, Group, and Permission data out of your model database.
-# identity.provider="sqlobject"
+identity.provider="sqlobject"
# The names of the fields on the login form containing the visitor's user ID
# and password. In addition, the submit button is specified simply so its
# existence may be stripped out prior to passing the form data to the target
# controller.
-# identity.form.user_name="user_name"
-# identity.form.password="password"
-# identity.form.submit="login"
+identity.form.user_name="user_name"
+identity.form.password="password"
+identity.form.submit="login"
# What sources should the identity provider consider when determining the
# identity associated with a request? Comma separated list of identity sources.
# Valid sources: form, visit, http_auth
-# identity.source="form,http_auth,visit"
+identity.source="form,http_auth,visit"
# SqlObjectIdentityProvider