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