mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Now authenicates access to services based on groups, not simple tags
This commit is contained in:
@@ -88,7 +88,7 @@ INSTALLED_APPS = (
|
||||
'registration',
|
||||
'eve_proxy',
|
||||
'eve_api',
|
||||
'mumble',
|
||||
# 'mumble',
|
||||
'sso',
|
||||
)
|
||||
|
||||
@@ -98,7 +98,7 @@ LOGIN_REDIRECT_URL = "/profile"
|
||||
|
||||
### EVE Corp Info
|
||||
|
||||
EVE_CORP_ID = 1018389948
|
||||
ALLOWED_CORPS = [1018389948]
|
||||
|
||||
### Jabber Service Settings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user