Assuming a non-commercial site where users login with a user name and pw, do I need to enforce unicity of usernames?
Note: The db will use a separate unique index to identify the users.
The site is one where user can upload and share content, and have the possibility of doing that anonymously or not. However it is not primarily a social site.
