You are viewing the documentation for Blueriq 15. Documentation for other versions is available in our documentation directory.

When installing Blueriq, by default there are three users available:

  • admin
  • administrationpage
  • runtime

All of them have the role: 'Administrator'. For 'admin' and 'administrationpage' this role fits perfectly. However there might be customers who do not want to have 'Administrator' privileges attached to the 'runtime' user, because they think it is scary that this role contains administrator privileges.

To those who want to use the minimal privilege set, please follow these steps:

Open studio and go to 'User management'. Click on 'Groups' at the bottom and create a new group (synonym to 'role'). This role should have the following access:

  • Login, Granted
  • Repository access, Granted
  • Branch access, Granted

Then go to your Blueriq studio folder (Program Files > Blueriq > Studio > Configuration > Security) and do the following:

  • Check UserAccess\UserAccess.xml: User Name 'runtime' should hold the Role that you have created.
  • Check UserRoles\<name>.xml: check the permissions for this role.
  • Possibly change Users\Users.xml: the password of runtime.
  • No labels