mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-14 11:58:02 +00:00
0e99c8356a
# 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 |
||
---|---|---|
.. | ||
email_integration_test.go | ||
email.go | ||
otp_integration_test.go | ||
otp.go | ||
passkey_integration_test.go | ||
passkey_test.go | ||
passkey.go | ||
password_integration_test.go | ||
password_test.go | ||
password.go | ||
phone_integration_test.go | ||
phone.go | ||
query_integration_test.go | ||
query.go | ||
server.go | ||
totp_integration_test.go | ||
totp_test.go | ||
totp.go | ||
u2f_integration_test.go | ||
u2f_test.go | ||
u2f.go | ||
user_integration_test.go | ||
user_test.go | ||
user.go |