> I'm trying to disable the e-mail and user_name filed in the User
> Account Edit page.
It's a 'disabled' attribute you want to set,
http://www.w3.org/TR/REC-html40/interact/forms.html#adef-disabled
Perhaps:
$html_params = array("disabled" => "TRUE");