🐛(backend) filter invitation with case insensitive email

A user can be invited and no control is made on the email case. Then,
when a new user is created, we are looking if there are pending
invitation and the lookup used is case sensitive. We change it using
__iexact which is case insensitive.
This commit is contained in:
Manuel Raynaud
2025-10-07 11:41:45 +02:00
parent b3980e7bf1
commit 590b67fd71
3 changed files with 33 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ and this project adheres to
- 🐛(frontend) fix attachment download filename #1447
- 🐛(frontend) exclude h4-h6 headings from table of contents #1441
- 🔒(frontend) prevent readers from changing callout emoji #1449
- 🐛(backend) filter invitation with case insensitive email
## [3.7.0] - 2025-09-12