(Captiveportal, new) fix $authServerName on anon login

This commit is contained in:
Ad Schellevis 2015-10-19 16:46:47 +02:00
parent 0cc7e99eba
commit 906f61bb8a

View File

@ -149,6 +149,7 @@ class AccessController extends ApiControllerBase
} else {
// no authentication needed, set username to "anonymous@ip"
$userName = "anonymous@" . $clientIp;
$authServerName = "";
$isAuthenticated = true;
}