I written a registration system in Classic ASP. user signup and will receive an activation email. I want to delete records ( users ), if user did not active their account by clicking on activation link was sent to after 24Hrs.
how can do it?
my users table have these rows ( I'm using Access):
UserID text
Username text
Password text
Email text
Hash text
join_date date/time
active Yes/No
P.s: I've no access to IIS configuration beacause my website is stored on a public server and not on a dedicated one