How can a user edit their own details

Author Message

Tony Wood

Monday 19 May 2003 8:03:52 am

Selmah, please don't give any more issues please. ;-) I am going to try again :)

I have users that have created users via 'signup' and not manually via a admin user. How can a user edit their own details? other than their password?

Tony Wood : twitter.com/tonywood
Vision with Technology
Experts in eZ Publish consulting & development

Power to the Editor!

Free eZ Training : http://www.VisionWT.com/training
eZ Future Podcast : http://www.VisionWT.com/eZ-Future

Selmah Maxim

Monday 19 May 2003 10:30:56 am

ok ok :)))

here is , try it :

{let thisuser=fetch('user','current_user')}
{section show=$thisuser.is_logged_in}
<h2> You need to <a href={concat("user/edit/",$thisuser.contentobject_id)|ezurl}>Edit</a> </h2>
{/section}
{/let}

Tony Wood

Monday 19 May 2003 11:10:36 am

Yep i had <a href="/content/edit/{$current_user.contentobject.id}">Edit my details</a>.

but the effect is the same.

This is the issue, as the user does not have edit rights to itself as it is created automatically it cannot change the details.

I think this will need to be a special routine from eZ...

Tony Wood : twitter.com/tonywood
Vision with Technology
Experts in eZ Publish consulting & development

Power to the Editor!

Free eZ Training : http://www.VisionWT.com/training
eZ Future Podcast : http://www.VisionWT.com/eZ-Future

Paul Borgermans

Monday 19 May 2003 12:33:58 pm

That seems trivial,

I thought (out of memory) that you can specify the usergroup where these type of users belong. Just add a new rule to the role assigned to that user group which makes editing ("self") possible.

Or am I missing something?

Paul

eZ Publish, eZ Find, Solr expert consulting and training
http://twitter.com/paulborgermans

Tony Wood

Monday 19 May 2003 12:50:42 pm

You see i thought that, but try it for generated users, the generating account for them is by default "administrator". As users do not generate themselves you cannot use 'self'.

Tony Wood : twitter.com/tonywood
Vision with Technology
Experts in eZ Publish consulting & development

Power to the Editor!

Free eZ Training : http://www.VisionWT.com/training
eZ Future Podcast : http://www.VisionWT.com/eZ-Future

Vincent Saulnier

Wednesday 21 May 2003 7:42:48 am

Hi Tony,

I have the same problem and the only thing I could come up with is to change the code in /kernel/user/register.php to make the owner of the contentObject the new user.

I you find an other way, please tell me.

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 11:29:43
Script start
Timing: Jan 18 2025 11:29:43
Module start 'layout'
Timing: Jan 18 2025 11:29:43
Module start 'content'
Timing: Jan 18 2025 11:29:43
Module end 'content'
Timing: Jan 18 2025 11:29:43
Script end

Main resources:

Total runtime0.8292 sec
Peak memory usage4,096.0000 KB
Database Queries70

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0058 588.0156152.6250
Module start 'layout' 0.00580.0036 740.640639.4453
Module start 'content' 0.00940.8183 780.0859648.4844
Module end 'content' 0.82770.0015 1,428.570316.1563
Script end 0.8292  1,444.7266 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.4089160.0002
Check MTime0.00140.1665160.0001
Mysql Total
Database connection0.00070.080210.0007
Mysqli_queries0.766492.4249700.0109
Looping result0.00070.0865680.0000
Template Total0.796996.120.3984
Template load0.00240.284820.0012
Template processing0.794595.812120.3972
Template load and register function0.00010.011710.0001
states
state_id_array0.00130.151710.0013
state_identifier_array0.00120.142220.0006
Override
Cache load0.00200.2437330.0001
Sytem overhead
Fetch class attribute can translate value0.00060.072640.0002
Fetch class attribute name0.00160.194080.0002
XML
Image XML parsing0.00130.155840.0003
class_abstraction
Instantiating content class attribute0.00000.0025100.0000
General
dbfile0.00080.0997230.0000
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
4content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
6content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/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: 20
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs