mirror of
https://github.com/nikdoof/test-auth.git
synced 2026-01-31 00:18:14 +00:00
Now authenicates access to services based on groups, not simple tags
This commit is contained in:
@@ -17,8 +17,6 @@ class BaseService():
|
||||
|
||||
"""
|
||||
|
||||
corp_only = False
|
||||
|
||||
def add_user(self, username, password):
|
||||
""" Add a user """
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user