...
Code Block | ||
---|---|---|
| ||
<!-- List of default permissions on a site. --> <Permissions>AddToOrderCart,Price</Permissions> |
Finnally, it is also possible to define what permissions unauthenticated users will have. This is introduced in version 5.1.16.
Code Block |
---|
<!-- List of permissions which an unauthenticated user will have. -->
<GuestUserGroupList>test1,test2</GuestUserGroupList> |
Permissions.config
The permissions.config is located at:
...