Is there a way to automatically delete accounts that have not added a new record to the database within a certain amount of days?
May 18, 1999, 1:13 PM
Veteran / Moderator (8669 posts)
May 18, 1999, 1:13 PM
Post #2 of 2
Views: 326
You mean from the password file? I'm sure there would be a way, but it would mean adding a field to the password file to hold the date and then searching to see if there was a matching record.
It's the adding the field to the password file that's a real bear. You might be able to look at the password lookup mod to see where you'd have to make the changes in the scripts to add a field.
------------------
JPD
It's the adding the field to the password file that's a real bear. You might be able to look at the password lookup mod to see where you'd have to make the changes in the scripts to add a field.
------------------
JPD

