mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Enable corptag usage in Mumble
This commit is contained in:
@@ -8,7 +8,7 @@ class MumbleService(BaseService):
|
||||
settings = { 'require_user': True,
|
||||
'require_password': True,
|
||||
'provide_login': False,
|
||||
'use_corptag': False }
|
||||
'use_corptag': True }
|
||||
|
||||
def _get_server(self):
|
||||
return Mumble.objects.get(id=settings.MUMBLE_SERVER_ID)
|
||||
|
||||
Reference in New Issue
Block a user