Only logged in Admin can access site
-
Have I miss-understood how this is supposed to work?
I thought the coming soon page would only be shown to visitors who were not logged in.
On my site all users are blocked unless they are logged in as administrator.
I see there is a file /config/defaults.php that starts out
<?php return array ( 'status' => array ( 'enabled' => 'yes', ), 'access_control' => array( 'role' => array( 'all' => false, 'subscriber' => false, 'contributor' => false, 'author' => false, 'editor' => false, 'administrator' => true, ), 'page_access' => null, )
Does this mean that only admins are supposed to be able to view the site?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Only logged in Admin can access site’ is closed to new replies.