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
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!
- 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.