User Activation Problem

Author Message

Nabil Imran

Monday 01 February 2010 8:04:16 am

Hello after upgrad vom eZ 3.8 to eZ 4.2 the register module makes some problems:

I can register new users with no problem, but when I click onto the activation link, it says "permission denied".

I already tried to allow user module all functions for anonymous users via admin frontend, but it still does not work.

Are there any new configuration settings I have to apply? I found the AnonymousAccessList setting in the documentation. Could that be what I need? I never had to use that before. O.o

What is the clean way to get the user activation to work?

Thank you very much.

btw: the log files don't say anything interesting

Nabil Imran

Tuesday 02 February 2010 4:20:13 am

Solved

The problem was that the registrationinfo.tpl template was overridden and did not contain the users node_id in the activation link. In eZ 3.8 this was not necessary while it is now. So the activation link was wrong for eZ 4.2. I could solve it by chainging

{'Click the following URL to confirm your account'|i18n('design/standard/user/register')}
http://{$hostname}{concat("user/activate/", $hash)|ezurl(no)}

to

{'Click the following URL to confirm your account'|i18n('design/standard/user/register')}
http://{$hostname}{concat("user/activate/", $hash, "/", $user.contentobject.main_node_id)|ezurl(no)}

So people upgrading from old eZ version to 4.2 an have their own registration template, might need this as well.

Robin Muilwijk

Tuesday 09 February 2010 2:26:51 am

Hi Nabil,

Glad to see you were able to find the cause of your problem and were able to fix it. These feedback posts are valuable to other community members e.g. eZ users.

Could you please edit the original post, and add [SOLVED] in front of the Subject?

Thanks and regards Robin

Board member, eZ Publish Community Project Board - Member of the share.ez.no team - Key values: Openness and Innovation.

LinkedIn: http://nl.linkedin.com/in/robinmuilwijk // Twitter: http://twitter.com/i_robin // Skype: robin.muilwijk

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 02:19:48
Script start
Timing: Jan 18 2025 02:19:48
Module start 'layout'
Timing: Jan 18 2025 02:19:48
Module start 'content'
Timing: Jan 18 2025 02:19:49
Module end 'content'
Timing: Jan 18 2025 02:19:49
Script end

Main resources:

Total runtime0.7220 sec
Peak memory usage4,096.0000 KB
Database Queries57

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0073 589.3594152.6250
Module start 'layout' 0.00730.0043 741.984439.4453
Module start 'content' 0.01160.7091 781.4297550.3906
Module end 'content' 0.72060.0014 1,331.820312.1719
Script end 0.7220  1,343.9922 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00310.4320160.0002
Check MTime0.00130.1771160.0001
Mysql Total
Database connection0.00110.159110.0011
Mysqli_queries0.669292.6915570.0117
Looping result0.00050.0687550.0000
Template Total0.689695.520.3448
Template load0.00160.218720.0008
Template processing0.688095.286320.3440
Template load and register function0.00010.012610.0001
states
state_id_array0.00120.172610.0012
state_identifier_array0.00170.237320.0009
Override
Cache load0.00160.2187280.0001
Sytem overhead
Fetch class attribute can translate value0.00050.062320.0002
Fetch class attribute name0.00120.163650.0002
XML
Image XML parsing0.00100.141520.0005
class_abstraction
Instantiating content class attribute0.00000.002860.0000
General
dbfile0.00100.1325240.0000
String conversion0.00000.001440.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
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/strong.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/strong.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 16
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs