Hi guys,
I'm trying to limit access to some luci features.
I have created a new user called "test". I want this user to access to luci but only for some features. Is this possible?
Thank you in advance.
The content of this topic has been archived on 25 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.
Hi guys,
I'm trying to limit access to some luci features.
I have created a new user called "test". I want this user to access to luci but only for some features. Is this possible?
Thank you in advance.
Access to LuCI interface is hardcoded to "root".
This can be changed inside lua scripts replaceing "root" with the username you like;
but no chance to modify access to various modules or readonly.
Sorry
Christian
Access to LuCI interface is hardcoded to "root".
This can be changed inside lua scripts replaceing "root" with the username you like;
but no chance to modify access to various modules or readonly.Sorry
Christian
That's not true, op see here --> https://forum.openwrt.org/viewtopic.php?id=60062
The discussion might have continued from here.