=== Multisite User Registration Manager === Contributors: zaantar Tags: user, users, registration, manager, multisite, moderation, moderating Requires at least: 3.2 Tested up to: 3.3.1 Stable tag: 2.0 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) 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. == Installation == * Install as usual. * Access settings for single blog via Options --> MURM * Request moderation page for blog admin is at Users --> MURM Requests. * Request moderation page for superadmin is at Network Admin --> Users --> MURM Requests. * No network settings needed (yet). == Frequently Asked Questions == No questions asked yet. zaantar@zaantar.eu == Changelog == = 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