Hi John - it’s very simple code with the access control list; I didn’t make an exception for the login page. I just check the user and prevent site access until they’re logged in. There’s an earlier thread where you can see the code. Maybe that’s the issue - I’d have to change this line, I guess:
if (!$user && !$allowAccess){
$this->_getRedirect()->gotoUrl(WEB_ROOT .'/users/login');
}
If that’s even possible.