Hi All ,
I want to create new Luci User from CLI,
I have already done following Process.
root@openwrt:~# uhttpd -m test
$1$$whuMjZj.HMFoaTaZRRtkO0
root@openwrt:~# uci add rpcd login
cfg05f8be
root@openwrt:~# uci set rpcd.@login[-1].username='test
root@openwrt:~# uci set rpcd.@login[-1].timeout='300'
root@openwrt:~# uci add_list rpcd.@login[-1].read='*'
root@openwrt:~# uci set rpcd.@login[-1].password='$1$$whuMjZj.HMFoaTaZRRtkO0'
root@openwrt:~# uci commit
root@openwrt:~# /etc/init.d/rpcd reload
With above config, i get Wrong password Error,
What need to be done Additionally.
Thanks for Your Help