ssnepenthe / recaptcha-for-wp

Invisible reCAPTCHA integration for the WordPress login.
GNU General Public License v2.0
1 stars 1 forks source link

Support WordPress multisite #3

Open micahjon opened 7 years ago

micahjon commented 7 years ago

It'd be great if there was a single multisite settings page instead of individual settings pages (one on each blog) when this plugin was network activated.

You should be able to re-use all the code for the blog-specific settings page and register the multisite settings page using the network_admin_menu action instead of the admin_menu action.

I'd be happy to submit a pull request if you'd like.

ssnepenthe commented 7 years ago

I've never really had a reason to use multisite so I didn't even consider it...

Pull request would be great 👍

ssnepenthe commented 7 years ago

@pranksinatra On closer inspection it looks like multisite registration is not handled by wp-login.php but instead redirected to wp-signup.php?

If that is the case I think a bit more work will be involved to support multisite...

I will try to get a test site up and running in the next day or two so I can take a closer look.

If you have any more insight on the registration process please let me know.