mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Defanged _clean_username, the IGB integration is case sensitive for char names
This commit is contained in:
@@ -52,7 +52,7 @@ class MiningBuddyService(BaseService):
|
||||
|
||||
def _clean_username(self, username):
|
||||
username = username.strip()
|
||||
return username[0].upper() + username[1:]
|
||||
return username
|
||||
|
||||
def add_user(self, username, password, **kwargs):
|
||||
""" Add a user """
|
||||
|
||||
Reference in New Issue
Block a user