96_allowed.pm/91_watchdog.pm: bugfixes
git-svn-id: https://svn.fhem.de/fhem/trunk@10301 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -392,5 +392,5 @@ watchdog_Attr(@)
|
||||
<br>
|
||||
</ul>
|
||||
|
||||
=end html
|
||||
=end html_DE
|
||||
=cut
|
||||
|
||||
@@ -113,7 +113,7 @@ allowed_Authenticate($$$$)
|
||||
my $pw = AttrVal($aName, "password", undef);
|
||||
if(!$pw) {
|
||||
$pw = AttrVal($aName, "globalpassword", undef);
|
||||
$pw = undef if($pw && $cl->{NAME} !~ m/^telnet:127.0.0.1/);
|
||||
$pw = undef if($pw && $cl->{NAME} =~ m/^telnet:127.0.0.1/);
|
||||
}
|
||||
return 0 if(!$pw);
|
||||
return 2 if(!defined($param));
|
||||
|
||||
Reference in New Issue
Block a user