Opened 12 months ago
Closed 12 months ago
#20792 closed defect (bug) (fixed)
Is not possible delete users in WordPress 3.4 Multisite
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | Network Admin | Version: | 3.4 |
| Severity: | blocker | Keywords: | has-patch |
| Cc: |
Description
Hi,
Is not possible delete user in WordPress Multisite. (/network/users.php).
Steps;
- Add a New user.
- After that, try to delete in /network/users.php
I
Attachments (1)
Change History (8)
comment:2
SergeyBiryukov — 12 months ago
- Milestone changed from Awaiting Review to 3.4
Attached a patch. [20581] removed the wrong query. It left the usermeta deletion and removed the deletion from the main users table.
Note: See
TracTickets for help on using
tickets.

Confirmed. The message says "User deleted", but the user is still there.