What version of Strelix-Core are you currently using?
v0.0.8
Describe the bug
At the moment you cannot login with an email that has any different capitalisation to the original one. Best to just .lower() before saving, or use a non case sensitive filter when finding the user.
What version of Strelix-Core are you currently using?
v0.0.8
Describe the bug
At the moment you cannot login with an email that has any different capitalisation to the original one. Best to just .lower() before saving, or use a non case sensitive filter when finding the user.