Skip to content
  • Jeremy Kerr's avatar
    Add unconfirmed registration expiry · 011ee687
    Jeremy Kerr authored
    
    
    Currently, unconfirmed registrations remain in the database. Although we
    have an expiry for the registrations, we don't actually remove rows from
    the database. This can clog the admin interface up with unnecessary
    registration spam.
    
    We currently have a patchwork cron script to send notifications on patch
    changes, so hook this into a new do_expiry function.
    
    Signed-off-by: default avatarJeremy Kerr <jk@ozlabs.org>
    011ee687