hack-wpi-python/goathacks
Cara Salter 60953074e7
registration: Basic password reset
I think expiration should be pending on a proper way to do recurring
tasks -- I'm personally in favor of a CLI command that can be run from a
cronjob or systemd timer that will do things like auto-expire password
reset requests and send the daily registration reports.

Now that I'm thinking about it, this does need at least a rudimentary
system to make sure that it actually expires. If the expiration is
invalid at the time of reset, then the request can just be invalidated
and deleted. There's no pressing need for automatic removal until it's
implemented.

Thoughts @willhockey20?
2023-01-03 17:43:17 -05:00
..
admin admin: Fix emailing 2022-12-15 17:23:05 -05:00
dashboard dashboard: Upload resumes 2022-12-06 15:01:55 -05:00
registration registration: Basic password reset 2023-01-03 17:43:17 -05:00
static meta: Flashed messages 2022-12-06 14:42:41 -05:00
templates registration: Basic password reset 2023-01-03 17:43:17 -05:00
__init__.py registration: Basic password reset 2023-01-03 17:43:17 -05:00
cli.py cli: Support dropping registrations 2022-12-06 18:07:57 -05:00
config.py.example Add example .env 2022-12-06 15:05:40 -05:00
database.py meta: init structure 2022-12-05 16:28:49 -05:00
models.py registration: Basic password reset 2023-01-03 17:43:17 -05:00