![]() |
Sergey Kornilov admin 7/7/2020 |
With Static User Group Permissions this is not possible but with Dynamic User Group Permissions, user may belong to multiple groups. |
O
|
ondra author 7/8/2020 |
With Static User Group Permissions this is not possible but with Dynamic User Group Permissions, user may belong to multiple groups. If you need to use your own permissions tables then you need to code permissions manually. You can read data from your permissions tables after user has logged in and use setPermissions() function to assign permissions for each table: https://xlinesoft.com/phprunner/docs/secapi_set_permissions.htm
|
![]() |
Sergey Kornilov admin 7/8/2020 |
It all depends on how do you store those permissions in your own tables. |
O
|
ondra author 7/9/2020 |
It all depends on how do you store those permissions in your own tables. There must be some sort of a loop, where you go through all your tables and run this or similar code for each table.
|
![]() |
Sergey Kornilov admin 7/9/2020 |
I have an existing database with customers assigned to groups.
|
O
|
ondra author 7/9/2020 |
Is this something that were created by PHPRunner or something that is completely different. How do you assign users to groups?
|
![]() |
Sergey Kornilov admin 7/9/2020 |
If you are using your own set of tables to store users, groups and user types - then Dynamic Permissions won't help you much. |