ReCaptcha with custom login
-
Does this plug-in work with a custom login page?
I created a plug-in that allows users to change the login page from /wp-login.php to /my-login-page/ which can look almost any way you want, and to help “hide” wp-login from spam bots. (I created it before I knew about your plug-in, and I’m kind of proud of it.)
My plug-in calls
do_action ('login_form_login');
,do_action ('login_form');
,do_action ('login_head');
anddo_action ('login_footer');
, and I see your plug-in’s code being injected into my page, but the actual “I am not a robot” box doesn’t appear on the page. The result is that I can’t login with both your plug-in and mine running. Your plug-in is still doing its job by refusing entry because I haven’t checked “I am not a robot” 🙂Is there anything you can think of as to why your plug-in isn’t appearing on the page? Am I missing an action hook that I need to call?
- The topic ‘ReCaptcha with custom login’ is closed to new replies.