0 vote
Hi guys,
I've been wondering and thinking. With over more then 170 users in the database and more are coming. It is very hard to keep track of the users who has administrator rights. Of course, not many users have these rights, but without the use of Power Users there must be some application administrators be appointed to manage rights when required, at every department within our organization. The distribution of administrator rights makes this sometimes may change, users switching job positions or leaving the company. To monitor the proper rights it would be useful if there is a checkbox or an extra column in the User & Security Management window to see who has Administrator rights.
Hopefully in the future there is also a super user profile. Again, if this can be in the same checkbox or extra column included, then it will very much ease management and especially it will improve the security.
Is there a way to create a report to view who has Administrator rights?
Vincent
edited by Vincent van Rietschoten on 8/13/2014
edited by Vincent van Rietschoten on 8/13/2014
Hello,
We definitely have more reports coming, especially for the area of security.
In the mean time, you can create a "Data report" entry, and simply have it run... SELECT [Name] FROM [UserInfo]WHERE [IsAdministrator] = 1ORDER BY [Name]
...against your RDM database
Maurice
This is it Maurice, thanks. We are looking forward to see Report sheets coming.