Description
About Multisite Auth
Multisite Auth is a plugin you can use to handle all the authentication and account componenets under the same site/blog. You can create a custom blog for the authentication, say for instance accounts.mynetwork.com, and all the other sites and blogs (including the parent main one) will be redirected to this auth site to process the following:
- Account login
- Account logout
- Password reset and reset email
- User registrations with blogs
- Account activations
Addons
- Google reCaptcha for handling spam.
- MailChimp to opt-in users to your mailing list(s) easily from signup forms.
- Zero Spam to eliminate spam signups with no captchas or annoying tests.
- Google Authenticator implementing Google Authenticator for your WordPress blog.
This plugin is recently released so we will be working on more addons and implementations as soon as possible.
The development version of this plugin is hosted on Github, feel free to fork it, contribute and improve it, or start a new issue if you want to report something like an unusual bug.
Here’s the Github repo: https://github.com/elhardoum/multisite-auth
Thank you!
Screenshots
Installation
- Visit ‘Plugins > Add New’
- Search for ‘Multisite Auth’
- Activate Multisite Auth from your Plugins page. You will have to activate it for the whole network.
Once you activate the plugin, all regular WordPress auth pages (e.g wp-(login|signup|activate).php) will be redirected to the custom auth site, as long as you select a site for the authentication and the component is active.
Reviews
Contributors & Developers
“Multisite Auth” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Multisite Auth” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.1.4
- Initial stable release. See Github for logs.