Skip to content
This repository has been archived by the owner on Nov 23, 2018. It is now read-only.

Make display names unique #68

Open
MitMaro opened this issue Sep 15, 2013 · 2 comments
Open

Make display names unique #68

MitMaro opened this issue Sep 15, 2013 · 2 comments

Comments

@MitMaro
Copy link
Member

MitMaro commented Sep 15, 2013

Display names need to be unique. Since we allow non-alpha numeric characters, uniqueness should be based on only an alphanumeric representation of the string.

@whymarrh
Copy link
Contributor

Should we be worried about people changing their display name and having their old name used by another user?

We could keep a list of the display names used and not allow the use of a name that has been used at some point in the past. I'm just not sure if it's needed.

@MitMaro
Copy link
Member Author

MitMaro commented Aug 17, 2014

We currently have a database design that keeps a record of all past display names and do not allow someone to use an existing name, past or present.

It wouldn't hurt to only allow a set number of changes (I would think 2 additional changes, for 3 total names).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants