fixing login email case sensitivity issues

This commit is contained in:
2020-12-29 18:42:38 -06:00
parent 7f1f5ac976
commit ff38858c74
5 changed files with 45 additions and 10 deletions

View File

@ -40,7 +40,7 @@ def init_app(app):
hasSchemaVersionTable = False
actionWasTaken = False
schemaVersion = 0
desiredSchemaVersion = 8
desiredSchemaVersion = 9
cursor = connection.cursor()