fedora-updates-system/updatessystem/config app.cfg,1.4,1.5

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Mon Jan 1 06:16:49 UTC 2007


Author: lmacken

Update of /cvs/fedora/fedora-updates-system/updatessystem/config
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4002/updatessystem/config

Modified Files:
	app.cfg 
Log Message:
- Wrote a Bugzilla IdentityProvider and added identity support



Index: app.cfg
===================================================================
RCS file: /cvs/fedora/fedora-updates-system/updatessystem/config/app.cfg,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- app.cfg	31 Dec 2006 09:10:14 -0000	1.4
+++ app.cfg	1 Jan 2007 06:16:18 -0000	1.5
@@ -121,7 +121,7 @@
 # option must be specified.
 identity.failure_url="/login"
 
-# identity.provider='sqlobject'
+identity.provider='bugzilla'
 
 # 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
@@ -146,6 +146,7 @@
 identity.soprovider.model.user="updatessystem.model.User"
 identity.soprovider.model.group="updatessystem.model.Group"
 identity.soprovider.model.permission="updatessystem.model.Permission"
+identity.soprovider.model.visit="updatessystem.model.VisitIdentity"
 
 # 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




More information about the fedora-extras-commits mailing list