diff --git a/proto/zitadel/resources/user/v3alpha/user_service.proto b/proto/zitadel/resources/user/v3alpha/user_service.proto index b1d7209357..52b2cac8d1 100644 --- a/proto/zitadel/resources/user/v3alpha/user_service.proto +++ b/proto/zitadel/resources/user/v3alpha/user_service.proto @@ -620,7 +620,7 @@ service ZITADELUsers { // Remove a password // - // Remove a user's password. + // Remove a user's password. The user will not be able to login with a password anymore and is required to use another authentication method such as an identity provider. rpc RemovePassword (RemovePasswordRequest) returns (RemovePasswordResponse) { option (google.api.http) = { delete: "/resources/v3alpha/users/{id}/password"