#4354 closed defect (bug) (fixed)
bust member count cache on delete member
Reported by: | shanebp | Owned by: | |
---|---|---|---|
Milestone: | 1.6 | Priority: | normal |
Severity: | normal | Version: | 1.6 |
Component: | Core | Keywords: | reporter-feedback |
Cc: |
Description
Re ticket 4348 and Changeset 6179 -
The changeset works for a new member log-in when adding a new member via wp-admin.
But I think we also need to handle the delete member case (which can happen in at least two locations) and bust member count cache on it.
Change History (6)
#2
@
12 years ago
Deleting a member thru wp-admin -> Users does not change the member count.
btw - on my test install, on the top toolbar,
Edit Member -> Delete Account
tries to go here
.com/members/zxvc/settings/delete-account/
but results in Page not Found
#4
@
12 years ago
- Milestone changed from Awaiting Review to 1.6
shanebp - Can you open a separate ticket for the other bug please?
This should happen already at 'bp_core_deleted_account', but it's possible that this does not catch all instances. Can you give steps to reproduce?