mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-07 23:56:23 +01:00
Added more stuff
This commit is contained in:
@@ -30,5 +30,5 @@ class JabberManager():
|
||||
api.update_user(username, password)
|
||||
|
||||
def __santatize_username(self, username):
|
||||
sanatized = username.replace(" ","_")
|
||||
sanatized = username.replace(" ", "_")
|
||||
return sanatized.lower()
|
||||
Reference in New Issue
Block a user