• Resolved dapike

    (@dapike)


    I have used Blue Captcha to add a captcha to the Registration and Lost Password pages of my WordPress site. It seems to be doing a good job of keep out the unwanted spambots. But it also seems to be doing a good job of keeping out the wanted humans, some of whom I reckon don’t know what to do when they see the captcha challenge. Is it possible to replace the word “Captcha” with a phrase that I can enter as a configurable option, such as “Please type the letters that are shown above”?

    Thanks,

    – David.

    https://wordpress.org/plugins/blue-captcha/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author jotis

    (@jotis)

    Hello David.

    Of course, this is possible and very easy, actually.
    You can do it yourself if you open and edit bluecaptcha.php file.
    You just need to replace:

    <label for=\"user_captcha\">Captcha</label>

    with:

    <label for=\"user_captcha\">Please type the letters that are shown above</label>

    However, a new option regarding this issue will be added in new version (1.7.3) of Blue Captcha, which is going to be released in a few days. With this option you will be able to replace the word “Captcha” with any text you like.

    Regards,
    Jotis

    Thread Starter dapike

    (@dapike)

    Excellent!

    Thanks,

    – David.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing the Captcha instruction’ is closed to new replies.