🐛(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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user