zitadel/internal/auth/repository/eventsourcing/view
Livio Spring 3c2789c7cc
fix: allow login by email case-insensitive (#7578)
A customer noted that the login by email was case-sensitive, which differs to the handling of the loginname.

This PR changes the email check to be case-insensitive (which it was already in same parts) and improve the search for this as well.

(cherry picked from commit 7e24a1adbc)
2024-03-21 13:00:36 +01:00
..
refresh_token.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
token.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
user_session.go fix(auth): optimise user sessions (#7199) 2024-01-31 14:44:38 +01:00
user.go fix: allow login by email case-insensitive (#7578) 2024-03-21 13:00:36 +01:00
view.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00