28.05.2019, 12:00
Upload attached files to user directory using apps FTP account. Then open http://LM_IP/user/pass.lp to change password. You can also include this page via iframe.
As for changing partial user access rights you have pass array of IDs (plans, trends, schedulers):
As for changing partial user access rights you have pass array of IDs (plans, trends, schedulers):
Code:
acl = {
vis = { 1, 2, 3 },
schedulers = { 4, 5, 6 },
trends = {},
}
data = {
id = 123,
name = 'test',
acl = json.encode(acl)
...