mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 11:26:13 +00:00
(Captiveportal, new) fix $authServerName on anon login
This commit is contained in:
parent
0cc7e99eba
commit
906f61bb8a
@ -149,6 +149,7 @@ class AccessController extends ApiControllerBase
|
||||
} else {
|
||||
// no authentication needed, set username to "anonymous@ip"
|
||||
$userName = "anonymous@" . $clientIp;
|
||||
$authServerName = "";
|
||||
$isAuthenticated = true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user