Pkgdb now also uses openid

This commit is contained in:
Patrick Uiterwijk 2014-05-14 22:14:18 +00:00
parent 4c523d32c0
commit e30907f145

View file

@ -59,7 +59,8 @@ OPENID_TRUSTED_ROOTS = ['http://jenkins.cloud.fedoraproject.org/securityRealm/fi
'https://apps.fedoraproject.org/calendar/',
'http://apps.fedoraproject.org/notifications/',
'http://copr.fedoraproject.org/',
'http://copr-fe.cloud.fedoraproject.org/']
'http://copr-fe.cloud.fedoraproject.org/',
'https://admin.fedoraproject.org/pkgdb/']
OPENID_NON_TRUSTED_ROOTS = []
### The maximum time after which the user must re-authenticate for OpenID in minutes (use 0 for no limit)
OPENID_MAX_AUTH_TIME = 120