use globalpassword instead of password

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2114 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-11-13 08:58:45 +00:00
parent 4540f9d237
commit 90789fa097

View File

@@ -40,7 +40,7 @@ cat >> fhem.cfg << 'EOF'
attr WEB basicAuth {use FritzBoxUtils;;FB_checkPw("localhost","$password") }
attr WEBphone basicAuth {use FritzBoxUtils;;FB_checkPw("localhost","$password") }
attr WEBtablet basicAuth {use FritzBoxUtils;;FB_checkPw("localhost","$password") }
attr telnetPort password {use FritzBoxUtils;;FB_checkPw("localhost","$password") }
attr telnetPort globalpassword {use FritzBoxUtils;;FB_checkPw("localhost","$password") }
EOF
cd ..