mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-06 19:36:41 +00:00
Update proto/zitadel/resources/user/v3alpha/user_service.proto
Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user