Add FAS_HANDLE_GROUPS_MAGIC_VALUE
This commit is contained in:
parent
63092472d0
commit
094f81da8c
2 changed files with 4 additions and 2 deletions
|
@ -19,8 +19,9 @@ AUTH_MODULE='fedoauth.auth.fas.Auth_FAS'
|
|||
# FAS PROVIDER CONFIGURATION
|
||||
FAS_USER_AGENT = 'FAS-OpenID'
|
||||
FAS_BASE_URL='https://admin.fedoraproject.org/accounts/'
|
||||
FAS_CHECK_CERT=False
|
||||
FAS_HTTPS_REQUIRED=False
|
||||
FAS_CHECK_CERT=True
|
||||
FAS_HTTPS_REQUIRED=True
|
||||
FAS_HANDLE_GROUPS_MAGIC_VALUE=True
|
||||
|
||||
# Enable a filter to make this only available to a specific list of users
|
||||
FAS_AVAILABLE_FILTER = False
|
||||
|
|
|
@ -21,6 +21,7 @@ FAS_USER_AGENT = 'FAS-OpenID'
|
|||
FAS_BASE_URL='https://admin.fedoraproject.org/accounts/'
|
||||
FAS_CHECK_CERT=False
|
||||
FAS_HTTPS_REQUIRED=False
|
||||
FAS_HANDLE_GROUPS_MAGIC_VALUE=True
|
||||
|
||||
# Enable a filter to make this only available to a specific list of users
|
||||
FAS_AVAILABLE_FILTER = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue