Tuesday 07 February 2006 4:29:09 am
Hi!
I tried implementing this as suggested on a 3.6.0 site, for deleting users after a given time (subscription):
- Added an attribute in user class with identifier "unpublish_date", of datatype "date and time".
- Filled the attribute with a time, e.g this morning. - Added settings in settings/override/content.ini.append.php
[UnpublishSettings]
RootNodeList[]=5
ClassList[]
ClassList[]=4
- Added a workflow, "wait until date", for the unpublish_attribute...(altough I cant see why) - Run cronjob manually on server, and it executed unpublish.php with no error.
But the user that should be deleted is still there, and is able to log in.
I would appreciate any hints! - Thanks
www.vzt.no
|