Descripció
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.
Captures
PMF
- 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’
Ressenyes
No hi ha ressenyes per a aquesta extensió.
Col·laboradors i desenvolupadors
«MG Member Control» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradorsTraduïu «MG Member Control» a la vostra llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
1.0
- Initial release.