mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-23 14:46:24 +00:00
96_allowed.pm: mention the allowed instance name (Forum #84355)
git-svn-id: https://svn.fhem.de/fhem/trunk@16185 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
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
|
# Add Cookie header ONLY if authentication with basicAuth was succesful
|
||||||
if($pwok && (!defined($authcookie) || $secret ne $authcookie)) {
|
if($pwok && (!defined($authcookie) || $secret ne $authcookie)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user