iopsys-feed/usermngr/files/etc/config/users
2025-02-26 12:02:07 +00:00

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'