How do I disable the login screen for my site?
- OLD Ariadne >
- Library >
- Ariadne 2.6 >
- FAQ >
>>How do I design pages that allow users to view without passwords.
You need to grant the user public read access to your site. You can do that by browsing to the root of your site (should be of class Site (psite)) and go to the menu option edit > configuration > grants. click on 'browse' and select the group 'Public', then click 'Open'. Now enter the text 'read' in the input box to the right, and click 'Add'.
You should now be able to access the entire site without logging
on.