vaultrs::auth::userpass::user

Function update_password

source
pub async fn update_password(
    client: &impl Client,
    mount: &str,
    username: &str,
    password: &str,
) -> Result<(), ClientError>
Expand description

Updates a user’s password.

See UpdatePasswordRequest