Function upsert_user_password

Source
pub async fn upsert_user_password(
    conn: &mut PgConnection,
    user_id: Uuid,
    password_hash: &SecretString,
) -> ModelResult<bool>