remove redundant casefolding

pull/4/head
Blake DeMarcy 2017-04-28 22:17:55 -05:00
parent 59404cfe87
commit 2da20f80f7
1 changed files with 1 additions and 1 deletions

View File

@ -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("""