mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-22 14:19:28 +00:00
Allow services to specify to use the charnames or auth username, also add IPB and SMF framework
This commit is contained in:
@@ -7,6 +7,7 @@ class MumbleService(BaseService):
|
||||
settings = { 'require_user': True,
|
||||
'require_password': True,
|
||||
'provide_login': False,
|
||||
'use_auth_username': False,
|
||||
'mumble_server_id': 2,
|
||||
'name_format': r'%(alliance)s - %(corporation)s - %(name)s',
|
||||
'connection_string': 'Meta:tcp -h 127.0.0.1 -p 6502',
|
||||
|
||||
Reference in New Issue
Block a user