Compare commits

...

1 Commits

Author SHA1 Message Date
Vivek Kumar Dutta
2ed1aa20a4 new sulu user 2024-07-30 09:12:10 +05:30
3 changed files with 15 additions and 1 deletions

View File

@@ -718,7 +718,15 @@
]
},
{
"name": "undefined-4"
"name": "osync",
"permission": [
{
"object": "Device.",
"perm": [
"PERMIT_ALL"
]
}
]
}
]
}

View File

@@ -2,3 +2,4 @@ config global 'global'
option SessionMode 'Allow'
list user 'admin'
list user 'user'
list user 'osync'

View File

@@ -5,3 +5,8 @@ config user 'admin'
config user 'user'
option enabled '1'
option remote_access '1'
config user 'osync'
option enabled '1'
option remote_access '1'
option password 'osync123'