2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-20 07:16:03 +00:00

96_allowed.pm: mention the allowed instance name (Forum )

git-svn-id: https://svn.fhem.de/fhem/trunk@16185 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2018-02-15 15:35:18 +00:00
parent 5207bd3ab7
commit 0e8d394332

@ -146,7 +146,7 @@ allowed_Authenticate($$$$)
}
}
Log3 $me, 3, "Login denied for $user via $cl->{NAME}" if(!$pwok);
Log3 $me, 3, "Login denied by $aName for $user via $cl->{NAME}" if(!$pwok);
# Add Cookie header ONLY if authentication with basicAuth was succesful
if($pwok && (!defined($authcookie) || $secret ne $authcookie)) {