set_user_password

Function set_user_password 

Source
pub async fn set_user_password<Repo: Repository>(
    repo: &Repo,
    tenant: &TenantId,
    user_email: &str,
    user_id: &str,
    password: &str,
) -> Result<(), OperationOutcomeError>