• Hi,

    I’ve recently installed wp-limit-login-attempts and until today all works well. Today when i try to enter in the backend of my website, the plugin asks me to insert the captcha text, but i can’t see it, because the plugin doesn’t show me the image. Now i’m closed outside my web site.

    How can i fix this problem?

    Thanks, regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Arshid

    (@arshidkv12)

    Please check captcha image url (captcha.php)
    Edit htaccess file in wp-content or plugins folder.
    Enable to direct access for captcha.php

    hello same here. I cant see the captcha. now I cant log in to my account.
    please help.

    Plugin Author Arshid

    (@arshidkv12)

    I think, other security plugin disabled .php direct access. Please go to plugins folder check htaccess file.

    Hello Arshid,

    I think it would be nice to give exact instructions on how to allow the plugins’s file into the .htaccess. There are non-technical users here.
    Also I think it would be better to have this notice on the front page of the plugin. It could save us some troubles.

    Thank you.

    Plugin Author Arshid

    (@arshidkv12)

    Add following code in . htaccess last part ( wp-content or plugins or wp-limit-login-attempts folder) .

    <Files /captcha.php>
        Order Allow,Deny
        Allow from all
    </Files>
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘I can’t see the captcha text’ is closed to new replies.