This topic is locked

Permission Problem

10/8/2007 7:35:11 AM
PHPRunner General questions
Pfeiffer author

Hello,
I'm searching for a solution for the following problem..

  1. I have a group defined FINANCIAL with special admissions to some tables
  2. I have a group defined SELLE with special admissions to other tables
  3. I have ONE User with ONE Login and I want to give him the rights for FINANCIAL AND SELLER.
    As I see at the moment I can give him FINANCIAL OR
    SELLER, but not both permissions.
    Any solution...
    Best regards

    Uwe Pfeiffer

buddy 10/8/2007

Can you not create a new group e.g. FIN_SEL and apply the specific permissions to each table?

Pfeiffer author 10/8/2007

Can you not create a new group e.g. FIN_SEL and apply the specific permissions to each table?


Hello,

of course, i can...

but it's getting very complex if you have a lot of users and a large range of very different permissions-groups.

I would be a good idea, if one user can have more than one permission groups.
It's not difficult to make a multichoice in User-Edit page so he has permission FINANCIAL AND SELLER and it's stored in his

Table User Field user-group-field FINANCIAL;SELLER;xx;xx;xx
But the generator will not work with this solution...
Best regards

Uwe Pfeiffer

J
Jane 10/8/2007

Uwe,
you can't add one user to more then one security groups automatically in the PHPRunner.
As workaround you can edit SQL query in the List page: Before SQL query event on the Events tab or create new security group.

Pfeiffer author 10/9/2007

Uwe,

you can't add one user to more then one security groups automatically in the PHPRunner.
As workaround you can edit SQL query in the List page: Before SQL query event on the Events tab or create new security group.


Hello support,

yes you can add one user to more then one security groups automatically in the PHPRunner if you change the function

in commonfunctions a litte bit. I found a very simple solution and posted it under tips and tricks...

Best regards

Uwe Pfeiffer