mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-22 14:19:28 +00:00
Add User on the Service API now returns a dict of values
This commit is contained in:
@@ -44,7 +44,7 @@ class PhpBBService(BaseDBService):
|
||||
self._db.connection.commit()
|
||||
|
||||
self.update_groups(username)
|
||||
return username
|
||||
return { 'username': username, 'password': password }
|
||||
|
||||
def update_groups(self, username):
|
||||
self._dbcursor.execute(self.SQL_CHECK_USER, [self._clean_username(username)])
|
||||
|
||||
Reference in New Issue
Block a user