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