mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
use globalpassword instead of password
git-svn-id: https://svn.fhem.de/fhem/trunk@2114 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
34f28d71df
commit
42e7d4c0cf
@ -40,7 +40,7 @@ cat >> fhem.cfg << 'EOF'
|
|||||||
attr WEB basicAuth {use FritzBoxUtils;;FB_checkPw("localhost","$password") }
|
attr WEB basicAuth {use FritzBoxUtils;;FB_checkPw("localhost","$password") }
|
||||||
attr WEBphone 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 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
|
EOF
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
Reference in New Issue
Block a user