Commit graph

9 commits

Author SHA1 Message Date
willhockey20
077e57ef00 Login redirect testing 2024-01-12 19:32: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
d1045226a1
registration: Add code to actually send registration emails 2022-12-30 14:05:03 -05:00
Cara Salter
fadd05e519
registration: Login 2022-12-06 14:42:29 -05:00
Cara Salter
89513af939
admin: Sending bulk emails 2022-12-06 13:39:04 -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
cc58625019
add templates 2022-12-05 17:29:48 -05:00
Cara Salter
fecb0e08ab
reg: Initial work on registration 2022-12-05 16:50:52 -05:00