Feature #10873
Additional user format
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Accounts / authentication | |||
Target version: | - | |||
Resolution: |
Description
Hello we have two users with the same first name and last name.
I've made simple patch to add new user format like "Lastname Firstname (Login)"
History
#1
Updated by Paulo Neves almost 9 years ago
This problem happened to me and I also ended up recreating your solution independently.
The better situation would be a check to only add the login
if a duplicate was found. The problem with that approach is that you would have to traverse all the users to know if you had a duplicate.
Else, you could add a flag to the database when the user format had duplicates.
This is kind of an annoying bug, because lay users get a bit confused
#2
Updated by Paulo Neves almost 9 years ago
- File Redmine duplicate name.png added
Here goes goes a picture as an example
#3
Updated by Toshi MARUYAMA over 8 years ago
- Category set to Accounts / authentication