Skip to content
Snippets Groups Projects
Commit 2965922b authored by Leigh B Stoller's avatar Leigh B Stoller
Browse files

Finish up user deletion. The big visible change is that when a user is

deleted, they still remain in the user table with a status of
"archived", but since all the queries in the system now use uid_idx
instead of uid, it is safe to reuse a uid since they are no longer
ambiguous. 

The reason for not deleting users from the users table is so that the
stats records can refer to the original record (who was that person
named "mike"). This is very handy and worth the additional effort it
has taken.

There is no way to ressurect a user, but it would not be hard to add.
parent e90c9411
No related branches found
No related tags found
No related merge requests found
Showing with 221 additions and 95 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment