Forums / Setup & design / Anonymous access to modules and views

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Anonymous access to modules and views

Author Message

Mickel Scofield

Wednesday 21 March 2007 10:04:47 am

hi,

I want to give anonymous users access to modules and module views, how to do this ?

thanks in advance.

kracker

Wednesday 21 March 2007 10:51:36 am

This is abusive posting to continue to unnecessarily create similar topic threads.
<i>http://ez.no/community/forum/install_configuration/anonymous_access_to_modules_and_views</i>

You could do what you wish via the admin -> user -> roles functionality,

Alternately there is a ini setting you can use to set this per custom extension module.

Review the settings/site.ini file as an example reference.

[RoleSettings]
EnableCaching=true
# Which users' policies to cache. enabled means all users, disabled means no
# user and a comma separated list of user id's means that only the policies for
# those users are cached
UserPolicyCache=enabled
# A list of modules to omit policy checking on,
# You should add 'role' to the list if you loose
# access to the role module
# You can also specify views by adding a / and the viewname
PolicyOmitList[]
PolicyOmitList[]=user/login
PolicyOmitList[]=user/logout
PolicyOmitList[]=user/register
PolicyOmitList[]=user/activate
PolicyOmitList[]=user/success
PolicyOmitList[]=user/forgotpassword
PolicyOmitList[]=sdk##!
PolicyOmitList[]=layout
PolicyOmitList[]=manual
PolicyOmitList[]=ezinfo
PolicyOmitList[]=dhtml##!
PolicyOmitList[]=paynet##!
PolicyOmitList[]=paypal/notify_url

//kracker

Member since: 2001.07.13 || http://ezpedia.se7enx.com/