Roundup Tracker - Issues

Message6806

Author rouilj
Recipients rouilj
Date 2019-11-09.05:36:56
Message-id <1573277816.4.0.127729189473.issue2550919@roundup.psfhosted.org>
In-reply-to
Took the patch and adapted it to core. Both python 2 and 3 tests pass.
The original code wasn't catching exceptions that can come from 
somebody hacking the opaque token. I think I am catching them all now.

Make the hidden field name different from Erik's code so in theory
both can live together.

Added registration_delay option in [web] section of config.ini. If set
to 0 delay check is disabled. If set > 0 it is the number of seconds of 
delay. Default 4 seconds.

rev5973:fe334430ca07 for most of it with rev5974:98a8509ce45c
History
Date User Action Args
2019-11-09 05:36:56rouiljsetmessageid: <1573277816.4.0.127729189473.issue2550919@roundup.psfhosted.org>
2019-11-09 05:36:56rouiljsetrecipients: + rouilj
2019-11-09 05:36:56rouiljlinkissue2550919 messages
2019-11-09 05:36:56rouiljcreate