ioBroker.admin
ioBroker.admin copied to clipboard
[permission handling] Normal user generates warnings when opening adapters or logs tab
Describe the bug
As a normal user (group system.group.user) I cannot add new adapters. When opening adapters tab, the list is empty (which is ok). But it generates log messages like
admin.0 No permission for "system.user.tester" to call sendToHost. Need "other"."sendto"
Expected:
Admin should know that the permission is missing and shouldn't send the request.
To Reproduce
- Login as normal user of group
system.group.user - Click on tab adapters
- See log
Versions:
- Adapter version: 6.2.22
Same for tab logs:
No permission for "system.user.tester" to call readLogs. Need "other"."execute"
Same for tab hosts:
No permission for "system.user.tester" to call sendToHost. Need "other"."sendto"