zitadel/internal/auth/repository/eventsourcing
Livio Spring 7e24a1adbc
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.
2024-03-20 15:51:26 +00:00
..
eventstore fix(login): display username after registration with idp (#7598) 2024-03-20 15:02:57 +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-20 15:51:26 +00:00
repository.go feat(api): feature flags (#7356) 2024-02-28 10:55:54 +02:00