[patch] Added captha handling
-
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" />
https://www.ads-software.com/extend/plugins/login-with-ajax/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[patch] Added captha handling’ is closed to new replies.