• This plugin does not honor “lostpassword_form” WordPress action.
    That’s why it is incompatible with Captha plugins.

    Here is patch:

    --- widget_out.original.php     2013-02-18 05:19:53.000000000 -0800
    +++ widget_out.php      2013-03-07 10:56:25.000000000 -0800
    @@ -77,6 +77,7 @@
                     </tr>
                     <tr>
                         <td>
    +                        <?php do_action('lostpassword_form'); ?>
                             <input type="submit" value="<?php echo __("Get New Password", 'login-with-ajax'); ?>" />
                               <a href="#" id="LoginWithAjax_Links_Remember_Cancel"><?php _e("Cancel"); ?></a>
                             <input type="hidden" name="login-with-ajax" value="remember" />

    http://wordpress.org/extend/plugins/login-with-ajax/

Viewing 1 replies (of 1 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    thanks, I think this was added a while ago but anyway I’ve added it to the new template files in yesterday’s update, as I didn’t include this.

Viewing 1 replies (of 1 total)
  • The topic ‘[patch] Added captha handling’ is closed to new replies.