🚸(email) we should ignore case when looking for existing emails

Our products mostly rely on email regardless of their case.

Next step would be to normalize email to lower case when storing
them in database (or sending them to dimail if not done yet).
This commit is contained in:
Quentin BEY
2026-02-10 22:45:15 +01:00
parent a29ef05d8b
commit aaa9b27c61
5 changed files with 53 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ and this project adheres to
### Changed
- 🚸(email) we should ignore case when looking for existing emails #1056
- 🏗️(core) migrate from pip to uv
- ✨(front) add show invitations mails domains access #1040