Now authenicates access to services based on groups, not simple tags

This commit is contained in:
2010-02-28 23:09:33 +00:00
parent 0f2c57cd5a
commit b53e662200
8 changed files with 39 additions and 26 deletions

View File

@@ -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