-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
47 lines (28 loc) · 1.19 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
=== Multisite User Adder ===
Contributors: bez3788
Tags: multisite, users
Requires at least: 3.0.1
Tested up to: 3.9
Stable tag: 3.9
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Add A User as an Admin to every multisite sub-site.
== Description ==
Multisite User Adder allows you to select a user and add the user to all of your sub-sites with the role of administrator.
== Installation ==
This section describes how to install the plugin and get it working.
1. Upload `user_adder.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
= Will the user be automatically added to new sites? =
No, you must re-run the plugin to add the user to new sites.
= Will users be added to deactivated sites? =
The user will be affectively added to every sub-site.
= Can I add a user to everysite with a role other than 'administrator' =
Not currently but we have plans to add this functionality in the future if needed.
== Screenshots ==
1. An example of selecting a user from the User Adder dropdown menu.
== Changelog ==
= 0.1 =
* Initial release
* Uploaded to the Wordpress repository