Commit graph

10 commits

Author SHA1 Message Date
Cara Salter
cc4fe8cea4
Scaffold event models
Will be used to check people into workshops and meals to track event
attendance over time, could be used to generate a dynamic schedule

Signed-Off-By: Cara Salter <cara@devcara.com>
2023-12-01 13:26:06 -05:00
Cara Salter
e49e329f68
registration: Expire password requests after 30 minutes
Need to amend email to make this clear
2023-01-03 18:00:41 -05:00
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
fecb0e08ab
reg: Initial work on registration 2022-12-05 16:50:52 -05:00
Cara Salter
8cf72b1065
Initial migration 2022-12-05 16:34:28 -05:00