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

@@ -12,7 +12,7 @@ class MumbleService(BaseService):
def _get_server(self):
return Mumble.objects.get(id=settings.MUMBLE_SERVER_ID)
def add_user(self, username, password):
def add_user(self, username, password, **kwargs):
""" Add a user, returns a UID for that user """
mumbleuser = MumbleUser()
mumbleuser.name = username