Oops, pass back username!

This commit is contained in:
2010-09-02 23:07:24 +01:00
parent 88bb673f99
commit ee549d79a3

View File

@@ -34,7 +34,7 @@ class MumbleService(BaseService):
if self.raw_add_user(username, kwargs['user'].email, password):
self.update_groups(username, kwargs['user'].groups.all())
return True
return username
else:
return False