• Resolved David

    (@kazango)


    Hey,

    Great plugin, my only issue so far is that it doesn’t work with wp_login_form();

    I use wp_login_form(); for a login widget. The captcha doesn’t appear for that login form, and attempts to log in using that form cause a redirect to wp-login.php with an error message saying captcha incorrect. I’ve tried (and failed) to fix this myself, any help (or a plugin update) would be much appreciated.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • This plugin use login_form hook to show captcha which do not fire for wp_login_form();. May be we can use login_form_bottom filter hook to show captcha is this case. I will try to solve this is next version.

    Thread Starter David

    (@kazango)

    Yes, I did look into it as much as I could and did try doing it myself. I managed to get it to display using that hook, but couldn’t get it to authenticate.

    If you could let me know here when the next update fixing this is released that would be great. Thank you!

    It is fixed in version 2.8

    I am seeing the same problem in version 2.8. The captcha doesn’t appear on the popped out login form. I tried to login and it would come back with “ERROR: The username or password you entered is incorrect.”

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Doesn’t work with wp_login_form()’ is closed to new replies.