Skip to content

feat(iam): remove send_email in UpdateUserPassword #2388

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions api/iam/v1alpha1/iam_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -2319,9 +2319,6 @@ type UpdateUserPasswordRequest struct {

// Password: the new password.
Password string `json:"password"`

// SendEmail: whether or not to send an email alerting the user their password has changed.
SendEmail bool `json:"send_email"`
}

// UpdateUserRequest: update user request.
Expand Down
Loading