Ticket #66 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

New users can 'take over' old, but deleted accounts

Reported by: hannes Assigned to: hannes
Priority: normal Milestone: 5.0 Stable
Component: General Version: 5.0 RC4
Severity: minor Keywords:
Cc: Pending: 0

Description

At the moment, it's only tracked whether a post was made by a member or not (sort of a binary flag). If that's set to true, but the member name isn't found in the database, it's assumed the post has been made by an ex-member (deleted since then). So far so good.

Now, if someone registers the same name again (which is possible), all old posts made by that ex-member will automatically be attributed to this new one using the same name.

Easy solution: track member id in the postedbymember column instead of binary flag.

Attachments

Change History

2007-12-26 17:15:22 changed by hannes

  • status changed from new to assigned.

2007-12-27 15:52:21 changed by hannes

  • status changed from assigned to closed.
  • resolution set to fixed.

done in changeset [116]


Add/Change #66 (New users can 'take over' old, but deleted accounts)




Action