Skip to content

Adding to own wordpress with authentication

Hello. I'm trying to use gsa ser to add articles to custom wordpress installed on free hosting platforms. All of them have some kind od double authentication (I cannot turn it off). It creates popup with message:
WordPress attack protection CAPTCHA... and ask to fill random username and pass.
For example: http://arts.web1337.net/wp-login.php

Is it possible to add to such wordpress with gsa ser?
Maybe somebody knows how to disable it in wordpress configuration?

Comments

  • Its server - side protection i doubt you can change it in wordpress config.
  • sittesitte poland
    So no chance to submit article to such wordpress with GSA?
  • sittesitte poland
    edited May 2015
    You was right. It was a server protection. I found that it can be disabled by editing .htaccess file in public_html and add:

    <filesmatch "wp-login.php">
      Satisfy Any
    </filesmatch>

    Thank You for help.
Sign In or Register to comment.