Is there a way in Umbraco 10, that we can modify the Grid in the Users Section to show the Username of the user (as we have that setting enabled)?
In the .Net Framework versions (< Umb8), you could edit Umbraco/Views/users/views/users/users.html and I can see the same file exists in the .Net Core versions in GitHub, but I don't want to fork a version just for this.
For Context: I have created a custom dashboard that can (among other things) create new user and assign new users to new user groups. Editors on the site can just add in the Username of an existing user and the process will find them and apply everything correctly. I have validation in place so that new users can't overwrite existing users and warn Editors if users don't exist.
To make it easier for users who can use this Dashboard, I want to add in the Username to the Card and/or Table so they can be found before using the dashboard. I have a fallback idea where there is an API request to get the details and display them on the Dashboard.
Modifying the Users Grid to show Username
Hello,
Is there a way in Umbraco 10, that we can modify the Grid in the Users Section to show the Username of the user (as we have that setting enabled)?
In the .Net Framework versions (< Umb8), you could edit Umbraco/Views/users/views/users/users.html and I can see the same file exists in the .Net Core versions in GitHub, but I don't want to fork a version just for this.
For Context: I have created a custom dashboard that can (among other things) create new user and assign new users to new user groups. Editors on the site can just add in the Username of an existing user and the process will find them and apply everything correctly. I have validation in place so that new users can't overwrite existing users and warn Editors if users don't exist.
To make it easier for users who can use this Dashboard, I want to add in the Username to the Card and/or Table so they can be found before using the dashboard. I have a fallback idea where there is an API request to get the details and display them on the Dashboard.
Thanks in advance for any responses.
Ben
is working on a reply...