You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there are at least two code paths that can delete users:
When a new user registers, the register system will look for an empty slot, and if one cannot be found, it will proceed to "expire" an old user.
The reaper tool under util, which "expires" users wholesale.
The user deletion code is written into these code paths, without any sharing. Over time, as the reaper tool didn't get much usage, the differences grew.
The idea is to move common code for user deletion under common/bbs.
The text was updated successfully, but these errors were encountered:
Currently there are at least two code paths that can delete users:
reaper
tool under util, which "expires" users wholesale.The user deletion code is written into these code paths, without any sharing. Over time, as the
reaper
tool didn't get much usage, the differences grew.The idea is to move common code for user deletion under
common/bbs
.The text was updated successfully, but these errors were encountered: