mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
17 lines
344 B
Text
17 lines
344 B
Text
config user 'admin'
|
|
option enabled '1'
|
|
option remote_access '1'
|
|
|
|
config user 'user'
|
|
option enabled '1'
|
|
option remote_access '1'
|
|
|
|
config role 'full_access'
|
|
option enabled '1'
|
|
option role_id '1'
|
|
option name 'full_access'
|
|
|
|
config role 'untrusted'
|
|
option enabled '1'
|
|
option role_id '2'
|
|
option name 'Untrusted'
|