Welcome to Pandora FMS Community!

Find answers, ask questions, and connect with our community around the world.

Welcome to Pandora FMS Community Forums Community support User delete has Input type image and will not post value with Opera 10.62

  • User delete has Input type image and will not post value with Opera 10.62

    Posted by openmtl on September 24, 2010 at 18:03

    I have noticed a problem with deleting users using Opera 10.62.
    If I create a user and then click the delete button then it says that
    the user was “Successfully deleted” but the user is actually still
    there.

    I used Wireshark to look at the post data and it is pretty obvious
    what pandora FMS receives from Opera is missing the input from the post.
    The Post is,

    POST /pandora_console/index.php?sec=gusuarios&sec2=godmode/users/user_list&user_del=1 HTTP/1.1rn

    and the post data is Line-based text data: application/x-www-form-urlencoded

    delete_user.x=6&delete_user.y=6

    but a working Firefox is,

    delete_user.x=10&delete_user.y=5&delete_user=test

    (my user I am deleting is called “test”).

    Now I looked at the page form and the issue is that the input type image
    not posting the value is not really a bug as such and it will be a problem
    with other browsers e.g. Firefox 4 with HTML 5 because the issue is that
    input type=image will not send their value any more. You need to use
    input type=submit and have the image in the CSS or use a button.

    Also the Pandora FMS should not say that it has deleted the user
    when in fact it never even got sent the value. If it replied back some generic
    “Missing POST data” then that would tell us/you that the browser
    is probably incompatible (and with IE, FF, Chrome, Opera, Safari etc etc its
    getting quite a battle to test).

    Regards,
    Lincoln.

    openmtl replied 14 years, 5 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.