Hi, can You add name of group which user belongs in page Users?
For example Mates-K1 (Editor)...
I know, there is menu for display one of groups, but I have 20 users in 3 groups. The reason is: "I know user name, but not group name." It is much more faster then trying search this information through groups.
Thanks.
Comments
It is not practical to do it the way you suggest because group membership is not exclusive.
But sorting of users is not alphabetically - upper case first (alphabetically), then lower case (alphabetically).
And... field with group name has fixed height (half of box is free space).
`
.customchecklist {
height: 15em;
`
So in my case page is tooooo long. Can it be without fixed height?