Skip to:
Content

bbPress.org

Opened 17 years ago

Closed 17 years ago

#497 closed defect (bug) (fixed)

Possible Bug When Deleting Users

Reported by: trent's profile Trent Owned by:
Milestone: 0.7.4 Priority: normal
Severity: normal Version: 0.7.3
Component: General - Administration Keywords:
Cc:

Description

In a standalone installation (not WP integrated), the following error has come up:

You delete a user and then can no longer view user lists the deleted user was a part of? After deleting the user, forever after that it says "bb_get_user needs a numeric ID" where it should be displaying the users.

Reported by ArdentFrost, but also seen by so10.

http://bbpress.org/forums/topic/364?replies=3

Attachments (1)

ticket-497.patch (3.1 KB) - added by so1o 17 years ago.
user_status fix

Download all attachments as: .zip

Change History (3)

#1 @so1o
17 years ago

the problem was that there is a difference how wordpress handles the deletion and how bbpress does. bbpress changes the status while wordpress deletes the user.

I have made the changes to the code assuming that the deleted user cannot login and the admin would be able to retrieve the user and perform oprations like undelete the user.

@so1o
17 years ago

user_status fix

#2 @mdawaffe
17 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [559]) User deletion for real. Incorporates patch from so1o. Fixes #497

Note: See TracTickets for help on using tickets.