Beschrijving
For large multisite installations of WordPress, it’s easy to let user management go by the wayside. Many times we forget to disable or remove old user accounts, leaving our sites open to users who are no longer part of our organization.
Mass-Disable Users (MDU) aims to fix that.
MDU allows super-administrators to disable old users while retaining all of the author information. This is especially important for news sites.
How does it work?
MDU takes a list of email addresses (in CSV format) and compares it to the existing WordPress users database then any users who do not exist in the CSV file are demoted to Subscriber in every blog!
NOTE: This plugin only works on multisite!
Installatie
- Upload the
mass-disable-usersdirectory to/wp-content/plugins/ - Network activate the plugin through Network Admin->Plugins
Beoordelingen
Er zijn geen beoordelingen voor deze plugin.
Bijdragers & ontwikkelaars
“Mass-Disable Users plugin for WordPress” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Mass-Disable Users plugin for WordPress” in je eigen taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
0.1
- Initial release