amschaal / django-ezreg

4 stars 3 forks source link

Send email when pending registration is cancelled due to time-out #72

Closed monicabritton closed 4 years ago

monicabritton commented 6 years ago

Can system to set up to send potential registrants an email stating that their pending registration has been cancelled to due time-out/inactivity, and asking them to re-start if they still want to register.

We also discussed adding a chron job that would run at least a couple times per day to cancel pending registrations.

Thanks!

amschaal commented 4 years ago

The email seems unnecessary and is not something I think most people would expect to receive. The cron job is a configuration issue, but the command to remove expired registrations already exists: https://github.com/amschaal/django-ezreg/blob/master/ezreg/management/commands/delete_expired_registrations.py