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:
@@ -13,6 +13,7 @@ class MediawikiService(BaseDBService):
|
||||
settings = { 'require_user': False,
|
||||
'require_password': False,
|
||||
'provide_login': False,
|
||||
'use_auth_username': False,
|
||||
'database_name': 'dreddit_wiki' }
|
||||
|
||||
default_options = 'rows=80\ncols=50'
|
||||
|
||||
Reference in New Issue
Block a user