#2624 closed defect (bug) (fixed)
Add Users via AJAX
Reported by: | mdawaffe | Owned by: | mdawaffe |
---|---|---|---|
Milestone: | 2.1 | Priority: | normal |
Severity: | normal | Version: | 2.1 |
Component: | Administration | Keywords: | ajax js list-manipulation users bg|has-patch bg|needs-testing |
Focuses: | Cc: |
Description
But, wait! There's more! The attached patch:
- Hackaliciously allows adding new users of any defined role straight from users.php (i.e. without having to create a user of the default role and the promoting to the desired level).
- Allows for AJAX addition of users into already populated roles. Adding to roles with no membership falls back to normal behavior.
- Reengineers the error reporting in add_user(), edit_user(), users.php, user-edit.php and profile-update.php to use WP_Error
- Fixes a bug in list-manipulation JS and slightly prettifies its errors.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
More AJAX nonsense