AnonymousAccessList
Summary
Specifies a lists of modules and views that are accessible regardless of the RequireUserLogin setting.Usage
AnonymousAccessList[]= module1/ view1
AnonymousAccessList[]= module2/ view2
...
Description
Using the RequireUserLogin setting you can force users to log in in order to get access to a site. However, those users still need access to the log in page in order to log in. This setting controls the modules and views that are accessible regardless of the RequireUserLogin setting.
The default settings allow access to the modules and views related to logging in and registering a user.
Examples
AnonymousAccessList[]=user/register AnonymousAccessList[]=user/forgotpassword
These settings allow access to the register page and the forgotpassword page even if RequireUserLogin is enabled.
Frederik Holljen (04/03/2005 12:04 pm)
Svitlana Shatokhina (21/09/2006 9:54 am)
Comments
There are no comments.