🩹(backend) use case-insensitive email matching in the external api
Fix a minor issue in the external API where users were matched using case-sensitive email comparison, while authentication treats emails as case-insensitive. This caused inconsistencies that are now resolved. Spotted by T. Lemeur from Centrale.
This commit is contained in:
committed by
aleb_the_flash
parent
250e599465
commit
99a18b6e90
@@ -22,6 +22,7 @@ and this project adheres to
|
||||
- ♿(frontend) improve contrast for selected options #863
|
||||
- ♿️(frontend) announce copy state in invite dialog #877
|
||||
- 📝(frontend) align close dialog label in rooms locale #878
|
||||
- 🩹(backend) use case-insensitive email matching in the external api #887
|
||||
|
||||
## [1.3.0] - 2026-01-13
|
||||
|
||||
|
||||
Reference in New Issue
Block a user