mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 21:24:32 +04:00
nodogsplash: fix enable UsernameAuthentication
This commit is contained in:
@@ -69,7 +69,7 @@ setup_user_authentication() {
|
|||||||
|
|
||||||
config_get val "$cfg" username
|
config_get val "$cfg" username
|
||||||
if [ -n "$val" ] ; then
|
if [ -n "$val" ] ; then
|
||||||
echo "UsernameAuthentication" >> $CONFIGFILE
|
echo "UsernameAuthentication 1" >> $CONFIGFILE
|
||||||
echo "Username $val" >> $CONFIGFILE
|
echo "Username $val" >> $CONFIGFILE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user