Question
How to revoke admin rights in FlexiCapture 12?
Answer
To revoke admin right from the user first of all a new user with admin rights should be created. Then using a new user you will be able to revoke admin rights and remove it:
This is enough to remove the user.
If you would like to check if the user is removed, you can check the database dbo.Principal table for the records:
As well you can check dbo.PrincipalPermission to check the current user's rights:
To get more information read the article: User role types
Comments
0 comments
Please sign in to leave a comment.