Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 220 Bytes

CHANGELOG.md

File metadata and controls

11 lines (7 loc) · 220 Bytes

April 13

To solve the login case sensitive issue:

UPDATE auth_user SET email=LOWER(email);
UPDATE authenticate_profileacademy SET email=LOWER(email);
UPDATE authenticate_userinvite SET email=LOWER(email);