array ("post", "string", ""), "password" => array ("post", "string", ""), "passwordconf" => array ("post", "string", ""), ); getFields($fields); if ($mysql->change_user_password($id,$password,$passwordconf)) $msg->raise("INFO", "mysql", _("Password changed for user '%s'."), $id); include("sql_users_list.php"); ?>