Site stuck with a required login to view it.

Permalink
It's probably a simple button but I can't find it. I've been working on a site and set a required login to access the site. Now I need to put the site live and can't remember how to take it out of this mode.

netclickMe
 
cannonf700 replied on at Permalink Best Answer Reply
cannonf700
Try:
Dashboard> Sitewide Settings> Access (in the tabs at the top of the page). Click "public" and you should be on your way!
netclickMe replied on at Permalink Reply
netclickMe
Ok, the access page removes its option of making the site private/public when advanced permissions is set. I took out the code
define('PERMISSIONS_MODEL', 'advanced');
in config/site.php, set the site to public, then reset it back to advanced permissions. I wonder why that option is removed.. doesn't seem very "advanced" if I can't have that option. Maybe it's just tucked away somewhere. Ah well, it worked regardless.