zitadel/internal/user/repository/view
Livio Spring eca8ffda70
fix(login): correctly set preferred login name in the login ui (#8038)
# Which Problems Are Solved

A customer noted that after upgrade to 2.53.0, users were no longer able
to reset their passwords through the login UI.
This was due to a accidental change in
https://github.com/zitadel/zitadel/pull/7969

# How the Problems Are Solved

The `preferred_login_name` is now correctly read from the database.

# Additional Changes

None.

# Additional Context

relates to #7969
2024-05-29 15:45:46 +00:00
..
model fix(oidc): IDP and passwordless user auth methods (#7998) 2024-05-28 08:59:49 +00:00
query.go fix: reduce eventual consistency (#7075) 2023-12-14 11:07:47 +01:00
refresh_token_view.go fix(login): improve auth handlers (#7969) 2024-05-22 15:26:02 +00:00
token_view.go fix(login): improve auth handlers (#7969) 2024-05-22 15:26:02 +00:00
user_by_id.sql fix(login): correctly set preferred login name in the login ui (#8038) 2024-05-29 15:45:46 +00:00
user_session_by_id.sql feat(crypto): use passwap for machine and app secrets (#7657) 2024-04-05 09:35:49 +00:00
user_session_view.go fix(login): improve auth handlers (#7969) 2024-05-22 15:26:02 +00:00
user_sessions_by_user_agent.sql feat(crypto): use passwap for machine and app secrets (#7657) 2024-04-05 09:35:49 +00:00
user_view.go fix(login): improve auth handlers (#7969) 2024-05-22 15:26:02 +00:00