In some cases you may wish to customize which menu items are available per user type. You can control the menu link at user type level by editing the xml file \ServerKernel\etc\UserWorkspaceSpaceMenu.xml. In this example developers wouldn’t see Administer/Connector. This would still allow the developers to use the DB connection info object in the DB schema provided they have read, execute rights.
user type="developer"
removemenu xpath="Administer/Connector" /
/user
Use the 'removemenu' property.
Comments
0 comments
Article is closed for comments.