+8
Considering for Future Release
Admin Page Sorting
I would like sort options added to the 'Users' and 'Roles' sections on the 'Admin' page. It would be helpful to sort by User Name and Role. Thank you in advance for the consideration.
Duplicates
1
Customer support service by UserEcho
Seconded. We plan to move to an AD/LDAP in the future for auth but for now, sorting the existing local users and roles would be much appreciated.
Maybe even add a filter for the page. and a notes field for each user as we use their email addresses for their login names. that way we can put their actual name in the notes field for reference.
Mhighsmith, here are two methods you could take to possibly accomplish what you're looking for:
1. Use Display Names (Set SecurityPanel.UserDisplayNameVisible to true on Admin/Appearance) – this will show the person’s name in many places, which can be more user friendly to your customers.
2. Use the Comment Field (Set SecurityPanel.CommentVisible to true on Admin/Appearance) – Still no way to sort/filter for it, but can do a page search in the browser.
Does this help?