Forums / Install & configuration / Intranet Anonymous Login

"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".

Intranet Anonymous Login

Author Message

bun taing

Tuesday 11 May 2004 12:41:44 pm

Please help!
How do I let anonymous login for intranet or without require login. I'm new at this please tell me what files to edit step by step. Thank you.

Alexandre Cunha

Tuesday 11 May 2004 5:47:22 pm

If your intranet requires login, it is because you have in your
settings/siteaccess/{intranet_name}/site.ini.append someting like this:

[SiteAccessSettings]
RequireUserLogin=true

replace with

[SiteAccessSettings]
RequireUserLogin=false

And Clear the cache after.

Check this:
http://ez.no/ez_publish/documentation/configuration/configuration/common_settings
http://ez.no/community/forum/setup_design/strange_behavior_of_requireuserlogin

More:
http://ez.no/content/search?SearchText=Anonymous+Login

axel

http://AlexandreCunha.com

bun taing

Wednesday 12 May 2004 5:23:25 am

I did what you said ReguireUserLogin=false now I got error/kernel(1) access denied. I'm using Exponential 3.3.5 for the Intranet. I setup forum, corporate, blog, news they all work find with RequireUserLogin=false. Actual it is defualt when you set it up except for Intranet that RequireUserLogin=false.