There are 2 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-893530a1-ec28-46a0-90a3-406c753441cb XWIKI-22141 Open

Add the possibility to distinguish different accounts of the same user on the UI

 
View issue   ยท   Add comment
 

2 comments

 
cid:jira-generated-image-avatar-3a51a1cc-bf4b-46c5-ab9b-9ea16b3bc4d7 Vincent Massol on 19/Jun/24 14:12
 

For the second part:

Even better allow to control the format of the displayed user information, for examples :

By default : $firstName $lastName
$lastName $firstName
$firstName $lastName ($userName)
...

See XWIKI-22277

 
cid:jira-generated-image-avatar-3a51a1cc-bf4b-46c5-ab9b-9ea16b3bc4d7 Vincent Massol on 19/Jun/24 14:18
 

We'll need to decide if we want to keep the qualifier idea that was previously implemented or remove it (we can probably still do it as the code is stil unstable as it was introduced in 15.5, but we don't have much time). I also believe that using a configurable display (using some cached velocity script) is the most flexible way.