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:
@@ -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 ..
|
||||
|
||||
Reference in New Issue
Block a user