Descriere
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.
Capturi ecran
Întrebări frecvente
- 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’
Recenzii
Nu există nicio verificare pentru acest modul.
Contributori și dezvoltatori
„MG Member Control” este un software open-source. La acest modul au contribuit următoarele persoane.
ContributoriTradu „MG Member Control” în limba ta.
Te interesează dezvoltarea?
Răsfoiește codul, vezi depozitarul SVN, sau abonează-te la jurnalul de dezvoltare prin RSS.
Istoric modificări
1.0
- Initial release.