app from gobby
This commit is contained in:
parent
9bcc382f95
commit
60ebd55a56
1 changed files with 13 additions and 7 deletions
|
@ -88,10 +88,14 @@ visit.manager="sqlalchemy"
|
|||
#visit.manager="sqlobject"
|
||||
|
||||
# Database class to use for visit tracking
|
||||
visit.saprovider.model = "fedora.accounts.tgfas.Visit"
|
||||
visit.saprovider.model = "fas.model.Visit"
|
||||
identity.saprovider.model.visit = "fas.model.VisitIdentity"
|
||||
#visit.saprovider.model = "fedora.accounts.tgfas.visit_identity_table"
|
||||
#visit.soprovider.model = "fas.model.Visit"
|
||||
identity.saprovider.model.visit="fedora.accounts.tgfas.VisitIdentity"
|
||||
sqlalchemy.dburi='sqlite://'
|
||||
|
||||
#identity.saprovider.model.visit="fedora.accounts.tgfas.VisitIdentity"
|
||||
#identity.saprovider.model=
|
||||
#sqlalchemy.dburi='sqlite://'
|
||||
|
||||
# IDENTITY
|
||||
# General configuration of the TurboGears Identity management module
|
||||
|
@ -105,7 +109,7 @@ identity.on=True
|
|||
# option must be specified.
|
||||
identity.failure_url="/login"
|
||||
|
||||
identity.provider='safas'
|
||||
identity.provider='sqlalchemy'
|
||||
# identity.provider='sqlobject'
|
||||
|
||||
# The names of the fields on the login form containing the visitor's user ID
|
||||
|
@ -128,9 +132,9 @@ identity.provider='safas'
|
|||
# The classes you wish to use for your Identity model. Remember to not use reserved
|
||||
# SQL keywords for class names (at least unless you specify a different table
|
||||
# name using sqlmeta).
|
||||
#identity.saprovider.model.user="fas.model.User"
|
||||
#identity.saprovider.model.group="fas.model.Group"
|
||||
#identity.saprovider.model.permission="fas.model.Permission"
|
||||
identity.saprovider.model.user="fas.model.People"
|
||||
identity.saprovider.model.group="fas.model.Groups"
|
||||
#identity.saprovider.model.permission="fas.model.Visit"
|
||||
|
||||
# The password encryption algorithm used when comparing passwords against what's
|
||||
# stored in the database. Valid values are 'md5' or 'sha1'. If you do not
|
||||
|
@ -144,6 +148,8 @@ identity.provider='safas'
|
|||
|
||||
# identity.saprovider.encryption_algorithm=None
|
||||
|
||||
# identity.saprovider.encryption_algorithm=None
|
||||
|
||||
accounts_mail = "accounts@fedoraproject.org"
|
||||
|
||||
gpghome = "/home/fedora/ricky/fedora-infrastructure/fas/gnupg"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue