Now authenicates access to services based on groups, not simple tags

This commit is contained in:
2010-02-28 23:09:33 +00:00
parent 0f2c57cd5a
commit b53e662200
8 changed files with 39 additions and 26 deletions

View File

@@ -17,8 +17,6 @@ class BaseService():
"""
corp_only = False
def add_user(self, username, password):
""" Add a user """
pass