Skip to content

Commit

Permalink
[script] fix skip_password_reset usage
Browse files Browse the repository at this point in the history
Summary: [ENG-10092](https://linear.app/comm/issue/ENG-10092/keyserver-script-to-revert-user-to-v1-is-changing-password-each-time).

Test Plan: Set `skip_password_reset` and test the script

Reviewers: bartek, tomek

Reviewed By: bartek

Subscribers: ashoat

Differential Revision: https://phab.comm.dev/D14209
  • Loading branch information
xsanm committed Jan 15, 2025
1 parent 85fe022 commit eb20fb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub async fn privileged_reset_user_password(
PrivilegedResetUserPasswordStartRequest {
opaque_registration_request,
username,
skip_password_reset: false,
skip_password_reset,
};

let response = identity_client
Expand Down

0 comments on commit eb20fb9

Please sign in to comment.