zitadel/internal/api/grpc/user
Livio Spring 0e99c8356a
fix: correctly check user auth methods and enable button (#8342)
# Which Problems Are Solved

#8291 added backwards compatibilty for users who were created through
the user V2 API and want to sign in to the login UI.
There were however to issues, where users might be prompted to set a
password even if they already had one set or they would not be able to
submit the email verification code.

# How the Problems Are Solved

- Replaced `SearchUserAuthMethods `with `ListUserAuthMethodTypes` to
check for set up auth methods.
- Fixed page / javascript to disable submit button.

# Additional Changes

- Changed `ListActiveUserAuthMethodTypes ` to `ListUserAuthMethodTypes`
and a `activeOnly` boolean parameter

# Additional Context

- relates to #8291
- noticed internally on QA
2024-07-22 14:46:27 +02:00
..
schema/v3alpha fix: add action v2 execution to features (#7597) 2024-04-09 20:21:21 +03:00
v2 fix: correctly check user auth methods and enable button (#8342) 2024-07-22 14:46:27 +02:00
converter.go feat: password age policy (#8132) 2024-06-18 11:27:44 +00:00
membership.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
personal_access_token.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
query.go feat(api): add possibility to retrieve user schemas (#7614) 2024-03-22 13:26:13 +00:00
refresh_token.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
session.go fix: return absolute url for avatar in user sessions (#3724) 2022-05-30 11:27:52 +00:00
user_grant.go fix(console): display granted org name in authorizations and show user information (#7116) 2024-01-24 11:36:04 +01:00