From 90789fa097066e0b8b42cecb7a9b16b2e6e3d5f2 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Tue, 13 Nov 2012 08:58:45 +0000 Subject: [PATCH] use globalpassword instead of password git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2114 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- contrib/FB7390/makeimage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/FB7390/makeimage b/contrib/FB7390/makeimage index 86e23abae..38af8529e 100755 --- a/contrib/FB7390/makeimage +++ b/contrib/FB7390/makeimage @@ -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 ..