Beschreibung
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‘
Rezensionen
Für dieses Plugin gibt es keine Rezensionen.
Mitwirkende & Entwickler
„MG Member Control“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
MitwirkendeÜbersetze „MG Member Control“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
1.0
- Initial release.