zitadel/internal/auth/repository/eventsourcing
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
..
eventstore fix(login): display username after registration with idp (#7598) 2024-03-21 12:59:59 +01:00
handler fix(auth): optimise user sessions (#7199) 2024-01-30 15:17:54 +00:00
view fix: allow login by email case-insensitive (#7578) 2024-03-21 13:00:36 +01:00
repository.go feat(api): feature flags (#7356) 2024-02-28 10:55:54 +02:00