Ability to use the same display names multiple times or inheritance it.
Closed this issue ยท 6 comments
If you have 'fake/dummy' groups, they will use the display name from the highest possible group inheritance (when there is no display name set) or you can just use the same display name multiple times.
Example:
Group A:
display name: Owner
weight: 100
parents: none
Group B:
display name: none
weight: 99
parents: a
Now people with only group B will display the displayname of group A, which is Owner in this example.