Commit 906f61bb authored by Ad Schellevis's avatar Ad Schellevis

(Captiveportal, new) fix $authServerName on anon login

parent 0cc7e99e
......@@ -149,6 +149,7 @@ class AccessController extends ApiControllerBase
} else {
// no authentication needed, set username to "anonymous@ip"
$userName = "anonymous@" . $clientIp;
$authServerName = "";
$isAuthenticated = true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment