On my site we have a 3 week free trial that users can singup for one time. We are wondering if there is a way to reenable signup for the free trial for members who have not had an active subscription in more than 6 months. We have about 8500 members who are not currently signed up and it would be awesome to give them a chance to see the improvements we have made to the site. I could just purge the payments table of all existing free trials for those accounts which have been expired more than 6 months, but then we would not have any records that these memberships existed. I am alternatively considering dumping them to a separate table so that we at least have the records stored some where but then I would need to build a system for viewing the moved records so that is still less than ideal. Any suggestions? Would be great if a future release of amember just allowed you to specify how often a one time use membership could be used, in this case once every 6 months.