Can't override default values.

Author Message

Leszek Jakubowski

Friday 08 June 2007 3:14:31 pm

Hello,
I'm new to eZp so please excuse my lack of knowledge about the system. I was trying to restrict access to user/register for anonymous users. I have found that I need to override AnonymousAccessList[] and PolicyOmitList[] from site.ini . I did this by adding

[SiteAccessSettings]
...
AnonymousAccessList[]
AnonymousAccessList[]=user/login
...
[RoleSettings]
PolicyOmitList[]
PolicyOmitList[]=user/login

to settings/override/site.ini.append.php
Then cleared the cache both through the admin panel and by manually deleting var/cache.
It didn't work. I've added the lines to site.ini.append.phps in all site accesses. It didn't help.
The ini cache files that are constructed afterwards contain both the overriden version and the default one:

$val = array ('SiteSettings' => array (..., 'AnonymousAccessList' => array (0 => 'user/succes',1 => 'user/activate',), ...), //the override

'SiteAccessSettings' => array (...., 'AnonymousAccessList' => array (0 => 'user/register',1 => 'user/success',2 => 'user/activate',3 => 'user/forgotpassword',4 => 'odf/upload_import',5 => 'odf/authenticate',6 => 'odf/upload_export',),...) //the default settings

It looks as if I have placed the override in the wrong section of the file, but all are placed in [SiteAccessSettings]. In addition to that I've searched all files in the eZp dir and found only one place where user/register is appended to AnonymousAccessList (the site.ini) I commented the line out, cleared the cache etc. And it still doesn't work.

Are the default settings hardcoded somewhere or maybe placed in the database? Is it a bug in parsing site.ini and overrides (I didn't find any bug report fitting this description)? Where is the ini parsing code?

eZp version: 3.9.2 downloaded from ez.no around 01:00 08-June-2007 +2:00

Bartek Modzelewski

Monday 11 June 2007 1:55:08 am

Hi Leszek,

I'm not sure what exactly you need, but first you have user/login instead of user/register in your example.

You can also try to use another setting:

http://ez.no/doc/ez_publish/technical_manual/3_8/reference/configuration_files/site_ini/siteaccessrules/rules

In your case put into settings/override/site.ini.append.php :

[SiteAccessRules]
Rules[]=Access;disable
Rules[]=Module;user/register

Above code will disable registration form in all siteaccesses. Both anonymous users and logged in won't be able to access registration form.

Baobaz
http://www.baobaz.com

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 15:53:59
Script start
Timing: Jan 18 2025 15:53:59
Module start 'layout'
Timing: Jan 18 2025 15:53:59
Module start 'content'
Timing: Jan 18 2025 15:53:59
Module end 'content'
Timing: Jan 18 2025 15:53:59
Script end

Main resources:

Total runtime0.8585 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0049 587.9141152.6250
Module start 'layout' 0.00490.0024 740.539139.4453
Module start 'content' 0.00730.8499 779.9844493.6641
Module end 'content' 0.85720.0012 1,273.648412.1641
Script end 0.8585  1,285.8125 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.3779160.0002
Check MTime0.00140.1619160.0001
Mysql Total
Database connection0.00060.068410.0006
Mysqli_queries0.819295.4292540.0152
Looping result0.00050.0542520.0000
Template Total0.831996.920.4160
Template load0.00200.234320.0010
Template processing0.829996.672820.4150
Template load and register function0.00010.016410.0001
states
state_id_array0.00140.157710.0014
state_identifier_array0.00070.079420.0003
Override
Cache load0.00140.1681220.0001
Sytem overhead
Fetch class attribute can translate value0.00060.070620.0003
Fetch class attribute name0.00100.120920.0005
XML
Image XML parsing0.00020.024520.0001
class_abstraction
Instantiating content class attribute0.00000.001020.0000
General
dbfile0.00110.1312100.0001
String conversion0.00000.000940.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 14
 Number of unique templates used: 6

Time used to render debug report: 0.0002 secs