Fixes BaseService to return a uid value

This commit is contained in:
2010-03-14 03:39:31 +00:00
parent 84f625a900
commit 3a31d3b3c1

View File

@@ -32,7 +32,7 @@ class BaseService():
def add_user(self, username, password):
""" Add a user, returns a UID for that user """
pass
return username
def check_user(self, username):
""" Check if the username exists """