Commit graph

8 commits

Author SHA1 Message Date
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
Cara Salter
41bad2b8b0
models: Add PwResetRequest model 2022-12-30 14:35:39 -05:00
Cara Salter
72624a3f4e
admin: Fix admin page 2022-12-06 12:03:13 -05:00
Cara Salter
036ca7b21e
dash: Finish shirt size and accomodations selector 2022-12-06 10:54:20 -05:00
Cara Salter
26468e82ea
mega: Oh wow lots of things
- Static files
- Dashboard
- User registration
- Initial work on fixing templates
2022-12-06 10:12:31 -05:00
Cara Salter
02f2561c47
models: Add waitlisted field 2022-12-05 17:29:35 -05:00
Cara Salter
8cf72b1065
Initial migration 2022-12-05 16:34:28 -05:00
Cara Salter
818b2884b2
meta: init structure 2022-12-05 16:28:49 -05:00