remove redundant casefolding
parent
59404cfe87
commit
2da20f80f7
|
@ -338,7 +338,7 @@ def user_register(connection, user_name, auth_hash):
|
|||
raise BBJUserError("Username already registered")
|
||||
|
||||
scheme = schema.user_internal(
|
||||
uuid1().hex, user_name, auth_hash.lower(),
|
||||
uuid1().hex, user_name, auth_hash,
|
||||
"", "", 0, False, time())
|
||||
|
||||
connection.execute("""
|
||||
|
|
Loading…
Reference in New Issue