#15357 closed defect (bug) (fixed)
Super Admins can no longer add new users to their networks unless they also "Allow site administrators to add new users to their site via the 'Users->Add New' page"
Reported by: | caesarsgrunt | Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | Network Admin | Keywords: | |
Focuses: | multisite | Cc: |
Description
Previously (up to 3.0.1) it was possible for Super Admins to add new users to their networks.
Now, Super Admins can no longer add new users to their networks unless they enable the setting to Allow site administrators to add new users to their site via the "Users->Add New" page.
However, Super Admins may want to add new users without also allowing their users to add new users.
I don't know why this feature has been removed or whether it was intentional, but unless there is a good reason to remove it, it should be restored.
Attachments (1)
Change History (13)
#4
follow-up:
↓ 5
@
14 years ago
My suggestion: Super admins should always have create_users. A new cap, add_users, can control whether existing users can be added to a blog. Site admins and super admins would have this cap. If the add_new_users flag is true, then site admins can also have create_users. user-new.php should check add_users and create_users and present accordingly.
#5
in reply to:
↑ 4
@
14 years ago
Replying to ryan:
My suggestion: Super admins should always have create_users. A new cap, add_users, can control whether existing users can be added to a blog. Site admins and super admins would have this cap. If the add_new_users flag is true, then site admins can also have create_users. user-new.php should check add_users and create_users and present accordingly.
Perfect
#7
@
14 years ago
- Milestone changed from Awaiting Review to 3.1
Per IRC discussion, we should leverage promote_user(s) otherwise for all role changes (including adding user to blog, as they're going from no role) -- and that includes on user-edit.php.
I'd say this is almost a duplicate of your other ticket (#15358) as their both related!