Description
MGMC is a plugin that helps customize and control user login, registration, and content. You can customize appearance by doing things like hiding the admin bar. It provides shortcodes to place a login form on any page or post as well as to display content based on whether the user is logged in or not. A widget is also provided to display user information or links such as ‘Login’ or ‘Register’. It also provides an option for hiding the wp-login.php page to help avoid brute force attacks of that page.
Note that this control is primarily designed for site admins who will be running a site to disperse information, and not one where a community of users interact with the site.
MGMC also provides a means to share or validate users between sites with a validation key. The user must exist in both sites and be identifyable by email address. When a visitor logs into SiteA, that site can provide a link to SiteB with a special key so that when the user clicks it they will jump to SiteB and be logged in automatically. This ability can be extended to non-WordPress sites.
- Change appearance by hiding Admin bar or dashboard
- Widget for login links
- Optional ‘Terms of use’ support
- Shortcodes for login, register, activate, and reset password forms
- EMail activation option
- Disable users option
No changes are made to .htaccess or other WordPress files, so in the event of a catastrophic failure, you can just delete the MGMC plugin folder or all of it’s settings in your MySQL database.
Screenshots
FAQ
- I forgot my login url, I can’t login
-
If you can access your MySQL database directly, you can locate the url simply by look at the value for the ‘mgmc_loginrenameslug’ setting:
select option_value from wp_options where option_name =’mgmc_loginrenameslug’
Reviews
There are no reviews for this plugin.
Contributors & Developers
“MG Member Control” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “MG Member Control” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial release.