Opened 13 years ago
Closed 11 years ago
#20221 closed enhancement (duplicate)
Skip Confirmation Email option only visible to Super Admins
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.4 |
Component: | Users | Keywords: | dev-feedback has-patch |
Focuses: | Cc: |
Description
When adding a new user in WordPress Multisite, the "Skip Confirmation Email" option is only available to Super Admins.
If you enable the "Add New Users" featured for site admins, they'll have the ability to create new users under Users > Add New. However the "Skip Confirmation Email" option is hidden because they are not a Super Admin.
Super Admins and Admins should have the ability to enable this option when adding new users.
Attachments (3)
Change History (12)
Note: See
TracTickets for help on using
tickets.
Not to be pedantic, but shouldn't this check
add_users
rather thanmanage_options
? Also, just to throw this out there, could we allow the super admin to decide whether regular admins can see the "Skip Confirmation Email" option through a setting on the "Network Settings" screen?