Forums / Setup & design / DefaultUserPlacement problem
Jeremy A
Monday 07 July 2008 2:50:14 am
Hello,
When somebody registers, he have to enable his account thanks to an email/key sent, then the admin have to approve his registration. But, this new user never come into the Member category. I have set DefaultUserPlacement (site ini settings) to the ID of the node that should hold all self registered users, for me it's Members (node id =12).But I never see them. I can not see him nowhere.. Moreover this new user cannot login.
Do you have any idea why the self registered user is not in Member category and nowhere else ?
Thank you.
Stéphane Bullier
Monday 07 July 2008 5:15:00 am
Have you run the runcronjob after the admin approval ? Look here for more details : http://ez.no/doc/ez_publish/technical_manual/4_0/features/cronjobs/the_cronjob_scripts#workflow.
Best regards.
Stéphane
Monday 07 July 2008 6:25:34 am
Thank you. Is there a way to manually run the workflow.php (and runcronjobs.php) without having a kernel(20) 'not found' error ?
André R.
Monday 07 July 2008 6:55:12 am
You can manually run it using php cli (command line interface), but not by pointing to it in your browser.
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription @: http://twitter.com/andrerom
Monday 07 July 2008 8:21:26 am
I did it, nothing happened.I still cannot see self registered users in users account area.
Monday 07 July 2008 9:00:11 am
Have you clear content cache ?
Tuesday 08 July 2008 1:16:54 am
Yes I clear "all caches". The user is in the database, in the 'ezuser' table. But not in users account. Where do you think users can be stored ? Which kind of problem do I meet ?Thank you for your help.
Tuesday 08 July 2008 2:42:19 am
I have put "Users" instead of "Members" in "My Account > Notifications" and it works well now..Thank you