• Resolved hamoon

    (@graphirancom)


    hi
    i use this plugin but when users want to rate posts, browser tells them user password is required . i noticed that it’s because of my wp-admin password. what shpuld i do? wp-admin password is important and also i want use this plugin without problem

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Milan Petrovic

    (@gdragon)

    The plugin uses AJAX to vote, and in WordPress AJAX is run through admin-ajax.php in the wp-admin folder. So, without access to this file plugins that use AJAX can’t work. You need to add an exception to the password rule for this file. All plugins using AJAX in WordPress depend on this file to allow access.

    Thread Starter hamoon

    (@graphirancom)

    tnx for your answer
    i found this section “AJAX Requests” in your plugin and disabled it then password problem solved. so i have my password on wp-admin and using gd rating together

    Plugin Author Milan Petrovic

    (@gdragon)

    This is not an option for that. This option should be enabled to ensure that AJAX vote is properly sent, and avoid browser caching. Depending on the website caching settings, this option should be enabled for most websites. It can’t solve the password issues, since it is not related to that.

    Thread Starter hamoon

    (@graphirancom)

    but really problem solved ?? after disabling AJAX Requests , browser don’t ask for username and password for voting.

    Plugin Author Milan Petrovic

    (@gdragon)

    That option is not disabling AJAX Requests, the plugin can only work through AJAX. That section of options is for AJAX Requests, option inside has it’s own name, and it is not to disable AJAX requests.

    Thread Starter hamoon

    (@graphirancom)

    i don’t know this stuffs But believe me : problem solved with disabling that
    i tested it by activating it again and user password again showed up. then deactivated it then no need to username and password

    Plugin Author Milan Petrovic

    (@gdragon)

    Most likely, your issue is connected to the caching for browers in .htaccess, and AJAX headers were in conflict with that.

    Thread Starter hamoon

    (@graphirancom)

    i don’t know.maybe . Thank you for supporting

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘wp-admin password’ is closed to new replies.