array ("post", "string", ""), "password" => array ("post", "string", ""), "passwordconf" => array ("post", "string", ""), ); getFields($fields); if ($mysql->change_user_password($id,$password,$passwordconf)) $msg->raise("ok", "mysql", _("Mot de passe changé pour l'utilisateur '%s'."), $id); include("sql_users_list.php"); ?>