Now provides user, character, eveapi, and reddit accounts to the Service API add_user

This commit is contained in:
2010-03-22 14:17:07 +00:00
parent 6b474b1aac
commit 3f458928e4
5 changed files with 7 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ class BaseService():
'require_password': True,
'provide_login': False }
def add_user(self, username, password):
def add_user(self, username, password, **kwargs):
""" Add a user, returns a UID for that user """
return username