fix: forced lower case emails in Model's find methods
All threads resolved!
All threads resolved!
Merge request reports
Activity
Filter activity
added bug label
requested review from @yannis
assigned to @vukilelanga
- Resolved by Yannis Barlas
Thanks @vukilelanga
email
is only relevant in the scope of the identity model, so let's do changes there and keep the base model generic and clean. You might want to take a look here and see if there's a function that handles all incoming queries.I also want us to write 2-3 unit tests checking that inserting email will always result in lowercase, and that searching for emails will always search in lowercase.
added 2 commits
added 83 commits
-
dbf8dff6...2d69151d - 80 commits from branch
main
-
6983acd7 - fix:
forced lower case emails in Model's find methods -
7136e848 - fix:
moved data parsing to Identity model -
f8d053ec - test:
added missing tests
Toggle commit list-
dbf8dff6...2d69151d - 80 commits from branch
mentioned in commit 2b1f9c7e
Please register or sign in to reply