Author Topic: User Permissions  (Read 4112 times)

steveng

  • Jr. Member
  • **
  • Posts: 2
User Permissions
« on: July 02, 2012, 08:36:29 PM »
Hi, I'm having a hard time sorting out proper ownership of jobs.  I want to have every user be able to have complete control over every job.  I found on some older versions you could do this by making everyone by default an administrator.  Is there a super user mode or a way to make it where everything is open?

Any help on this issue would be much appreciated.

Thanks,

Steve

BrianK

  • Hero Member
  • *****
  • Posts: 107
Re: User Permissions
« Reply #1 on: July 02, 2012, 09:04:19 PM »
Hi Steve.

On the supervisor, set the supervisor_default_security to "admin" (either directly in qb.conf or via the GUI Administration > Configure Local).  This can only be done on the supervisor.

Doing so will make every, non-registered user an admin.

Note that if you have any users defined w/o admin privileges, they will continue not having admin privileges.  Defining a user can both increase and decrease privilege levels.

-Brian

steveng

  • Jr. Member
  • **
  • Posts: 2
Re: User Permissions
« Reply #2 on: July 02, 2012, 09:38:38 PM »
Thanks, that fixed the problem for me.