update_password

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