mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-22 14:19:28 +00:00
Added character information passthrough to update_groups, also enabled per corp groups in TS3
This commit is contained in:
@@ -45,7 +45,7 @@ class PhpBBService(BaseDBService):
|
||||
self.update_groups(username)
|
||||
return { 'username': username, 'password': password }
|
||||
|
||||
def update_groups(self, username):
|
||||
def update_groups(self, username, groups, character=None):
|
||||
self._dbcursor.execute(self.SQL_CHECK_USER, [self._clean_username(username)])
|
||||
row = self._dbcursor.fetchone()
|
||||
user_id = row['user_id']
|
||||
|
||||
Reference in New Issue
Block a user