[luci] Is it possible to have part of Luci web site accessible without password ?

Steven Barth steven at midlink.org
Fri May 21 12:14:26 CEST 2010


Hi,

this is handled in the index-function of a controller with the sysauth-
Parameter of a dispatch node / entry. It is also automatiocally inherited from 
parent nodes. Just grep for sysauth in the applications or modules folder and 
you will find a few examples how to set it.

To create "unprotected" pages you could for example create a top-level entry 
e.g. entry({"mynode"}) which is unprotected by default, setting the sysauth 
parameter of a node to false should work, too.


Regards,
Steven


More information about the luci mailing list