Re: Remove Users from Administrators Group

2010-12-16 Thread Andy Kurth

This is controlled via the setting:
Manage Images - Edit Image Profiles - Edit - Users have administrative 
access: Yes/No


imagemeta_rootaccess refers to the rootaccess column in the imagemeta table.

This only controls whether or not the users will be added to the 
Administrators group.


-Andy


On 12/16/2010 2:14 PM, Hartl, Gerhard L. wrote:

What is the best method to enter users into the power users or users
group instead of the Administrators Group?

I found the section of code where:

if (defined($imagemeta_rootaccess) && $imagemeta_rootaccess eq '0') {

notify($ERRORS{'DEBUG'}, 0, "user will NOT be added to the
Administrators group");

Where is imagemeta_rootaccess defined?

Thanks,

Gerhard



Remove Users from Administrators Group

2010-12-16 Thread Hartl, Gerhard L.
What is the best method to enter users into the power users or users group 
instead of the Administrators Group?

I found the section of code where:

if (defined($imagemeta_rootaccess) && $imagemeta_rootaccess eq '0') {

notify($ERRORS{'DEBUG'}, 0, "user will NOT be added to the 
Administrators group");

Where is imagemeta_rootaccess defined?



Thanks,



Gerhard