Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Codidact Meta!

Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.

Post History

75%
+4 −0
Q&A How to keep displayed usernames unique even if the user account is deleted?

Motivation On Stack Exchange (SE) I could have a really hard time following a discussion in comments between multiple users if one of the users deleted their account or changed their username. He...

1 answer  ·  posted 11mo ago by zetyty‭  ·  edited 11mo ago by zetyty‭

#2: Post edited by user avatar zetyty‭ · 2023-06-29T05:54:32Z (11 months ago)
Edit about the bug reported
  • # Motivation
  • On Stack Exchange (SE) I could have a really hard time following a discussion in comments between multiple users if one of the users deleted their account or changed their username.
  • Here on Codidact, this "problem" seems to be handled much better as the username seems to change when a user deletes their account or changes their username.
  • Here is an example of the current behavior (from [here](https://meta.codidact.com/comments/thread/3428#comment-11199)):
  • ![example of deleted user current display](https://meta.codidact.com/uploads/t6y6u1ews0yjqldj1ykquewix08q)
  • The username (shown as "deleted user") is even still clickable (hyperlink retained)!
  • Then it's much easier to follow a thread, **but what if there are two (or more) deleted users chatting in the thread? How to make the discussion still understandable?**
  • # Proposal
  • So the question is: **How to keep displayed usernames unique even if the user account is deleted?**
  • A solution could be to assign a unique number to the username after deletion, e.g. "deleted user #9999999" (but I'm not aware of the implication of such a feature because even if the account is deleted, all user activity can be easily traced...).
  • *(BTW, currently the clicable link related to the deleted user name redirect to the top of the current page (also in comment thread view), maybe it would be better to redirect to a page related to account management or something but it will be harder to maintain...)*
  • # Motivation
  • On Stack Exchange (SE) I could have a really hard time following a discussion in comments between multiple users if one of the users deleted their account or changed their username.
  • Here on Codidact, this "problem" seems to be handled much better as the username seems to change when a user deletes their account or changes their username.
  • Here is an example of the current behavior (from [here](https://meta.codidact.com/comments/thread/3428#comment-11199)):
  • ![example of deleted user current display](https://meta.codidact.com/uploads/t6y6u1ews0yjqldj1ykquewix08q)
  • The username (shown as "deleted user") is even still clickable (hyperlink retained)!
  • Then it's much easier to follow a thread, **but what if there are two (or more) deleted users chatting in the thread? How to make the discussion still understandable?**
  • # Proposal
  • So the question is: **How to keep displayed usernames unique even if the user account is deleted?**
  • A solution could be to assign a unique number to the username after deletion, e.g. "deleted user #9999999" (but I'm not aware of the implication of such a feature because even if the account is deleted, all user activity can be easily traced...).
  • *(BTW, currently the clickable link related to the deleted user name redirect to the top of the current page (also in comment thread view), maybe it would be better to redirect to a page related to account management or something but it will be harder to maintain... **EDIT [after an answer](https://meta.codidact.com/posts/288703/288707#answer-288707)**: this redirection to top page is [a reported bug](https://meta.codidact.com/posts/288749))*
#1: Initial revision by user avatar zetyty‭ · 2023-06-25T05:44:43Z (11 months ago)
How to keep displayed usernames unique even if the user account is deleted?
# Motivation

On Stack Exchange (SE) I could have a really hard time following a discussion in comments between multiple users if one of the users deleted their account or changed their username.

Here on Codidact, this "problem" seems to be handled much better as the username seems to change when a user deletes their account or changes their username.

Here is an example of the current behavior (from [here](https://meta.codidact.com/comments/thread/3428#comment-11199)):
![example of deleted user current display](https://meta.codidact.com/uploads/t6y6u1ews0yjqldj1ykquewix08q)

The username (shown as "deleted user") is even still clickable (hyperlink retained)!

Then it's much easier to follow a thread, **but what if there are two (or more) deleted users chatting in the thread? How to make the discussion still understandable?**

# Proposal

So the question is: **How to keep displayed usernames unique even if the user account is deleted?**

A solution could be to assign a unique number to the username after deletion, e.g. "deleted user #9999999" (but I'm not aware of the implication of such a feature because even if the account is deleted, all user activity can be easily traced...).

*(BTW, currently the clicable link related to the deleted user name redirect to the top of the current page (also in comment thread view), maybe it would be better to redirect to a page related to account management or something but it will be harder to maintain...)*