This topic is locked
[SOLVED]

 Static Permissions - User Groups

12/17/2015 12:12:19 PM
PHPRunner General questions
G
GregJ author

I'm using static permissions for a very simple app. Can I add a new user group without having to do it through PHPR security? I can't figure out where the group info is stored for static permissions.

Sergey Kornilov admin 12/17/2015

In case of static permissions groups info is stored in generated PHP files. This is why they called static, you cannot change them without rebuilding the whole application.

G
GregJ author 12/17/2015



In case of static permissions groups info is stored in generated PHP files. This is why they called static, you cannot change them without rebuilding the whole application.


OK, that's all I need to know. Thanks Sergey