mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-22 22:29:34 +00:00
Update sso templates and a few minor issues
This commit is contained in:
@@ -29,7 +29,8 @@ class BaseService():
|
||||
|
||||
settings = { 'require_user': True,
|
||||
'require_password': True,
|
||||
'provide_login': False }
|
||||
'provide_login': False,
|
||||
'use_auth_username': True, }
|
||||
|
||||
def add_user(self, username, password, **kwargs):
|
||||
""" Add a user, returns a dict for that user """
|
||||
|
||||
Reference in New Issue
Block a user