forked from 3wordchant/capsul-flask
fixing login email case sensitivity issues
This commit is contained in:
@ -40,7 +40,7 @@ def init_app(app):
|
||||
hasSchemaVersionTable = False
|
||||
actionWasTaken = False
|
||||
schemaVersion = 0
|
||||
desiredSchemaVersion = 8
|
||||
desiredSchemaVersion = 9
|
||||
|
||||
cursor = connection.cursor()
|
||||
|
||||
|
Reference in New Issue
Block a user