use fas1 code
This commit is contained in:
parent
5ac6e4b83e
commit
70d1054db2
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ visit.manager="sqlalchemy"
|
||||||
# Database class to use for visit tracking
|
# Database class to use for visit tracking
|
||||||
visit.saprovider.model = "fedora.accounts.tgfas.Visit"
|
visit.saprovider.model = "fedora.accounts.tgfas.Visit"
|
||||||
#visit.soprovider.model = "fas.model.Visit"
|
#visit.soprovider.model = "fas.model.Visit"
|
||||||
identity.saprovider.model.visit="fedora.accounts.tgfas2.VisitIdentity"
|
identity.saprovider.model.visit="fedora.accounts.tgfas.VisitIdentity"
|
||||||
sqlalchemy.dburi='sqlite://'
|
sqlalchemy.dburi='sqlite://'
|
||||||
|
|
||||||
# IDENTITY
|
# IDENTITY
|
||||||
|
@ -105,7 +105,7 @@ identity.on=True
|
||||||
# option must be specified.
|
# option must be specified.
|
||||||
identity.failure_url="/login"
|
identity.failure_url="/login"
|
||||||
|
|
||||||
identity.provider='safas2'
|
identity.provider='safas'
|
||||||
# identity.provider='sqlobject'
|
# identity.provider='sqlobject'
|
||||||
|
|
||||||
# The names of the fields on the login form containing the visitor's user ID
|
# The names of the fields on the login form containing the visitor's user ID
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue