=== Multisite User Registration Manager === Contributors: zaantar Tags: user, users, registration, manager, multisite, moderation, moderating Donate link: http://zaantar.eu/index.php?page=Donate Requires at least: 3.2 Tested up to: 3.3.1 Stable tag: 2.1.2 Provides a system for registration requests and their processing in multisite. Two-level moderation. == Description == Provides a system for registration requests and their processing in multisite. Blog administrator can place a shortcode `[murm-form]` on their blog, which will display a registration form. Visitors can then use this form to request registration. Such a request must be first moderated by the blog admin. If it is accepted, it's passed on to the blog superadmin, who also has to approve it in order to pass. After approval the plugin creates given user accounts with subscriber rigths on the blog from which it was requested and sends login information to the user. Per-blog settings * can be deactivated * notification via nag or e-mail on new requests * antispam (needs Akismet API key) Per-site settings * optional e-mail notifications * custom e-mail templates * blog administrators can be allowed to delete a request without notifying it's author * requests on the network admin level can be automatically approved (this means that only blog administrators decide about their requests, if no error occures) This plugin was developed for a small blog server (cca 30 blogs), so that superadmin would have control of newly created accounts (because some people were confused and got themselves unneccessary multiple user accounts). Makes use of the [Wordpress Logging Service](http://wordpress.org/extend/plugins/wordpress-logging-service/). In future there will be more options to modify default plugin behaviour. Developed for private use, but has perspective for more extensive usage. I can't guarantee any support in the future nor further development, but it is to be expected. Kindly inform me about bugs, if you find any, or propose new features: zaantar@zaantar.eu. == Installation == * Install as usual. * Access settings for single blog via Options --> MURM * Request moderation page for blog admin is at Users --> MURM Requests. * Access network settings via Network Admin --> Options --> MURM * Request moderation page for superadmin is at Network Admin --> Users --> MURM Requests. == Frequently Asked Questions == No questions asked yet. zaantar@zaantar.eu == Changelog == = 2.1.2 = * added donation button on network settings page (with an option to hide it) * removed broken fallback logging into the file * optional sending of e-mails (network option) * optional request auto-approving on network admin level * fix: removed czech description from plugin header * updated POT file and czech translation = 2.1 = * "mailto:" links on request moderation pages * fixed: showing notification for unprocessed requests only to blog admins * fixed: not sending notification e-mails from user to itself * add automatically "http://" before blog URLs when missing * superadmin can disable admin's ability to delete a request without notifying it's author * extended debug logging option * moved WLS settings to the network admin settings, where they belong * keyword description on network admin settings * shortcode form keeping entered values after input error = 2.0.2 = * i18n bugfix (arrrrg!) = 2.0.1 = * i18n bugfix = 2.0 = * code restructuralization and cleanup * added site options page * custom mail messages = 1.5.1 = * minor i18n bugfixes * added POT file and czech translation = 1.5 = * minor improvements and bugfixes * i18zed * added to wordpress plugin repository = 1.4 = * cooperation with Wordpress Logging Service * minor improvements = 1.3 = * debug logging = 1.2 = * valid username/e-mail input check * antispam (Akismet) = 1.1 = * feature: delete registration requests without disapproval e-mail (admin and superadmin) * minor bugfixes = 1.O = * first version