acm-site/acmsite
Cara Salter 5b1d41eb58
Don't key off of email for login
Let's not emulate the rest of WPI's shitty login system that doesn't
deal with name changes

This also opens us to up to making it significantly easier to update
names and emails, if they don't match on login but ID matches. Will file
bug to implement this, though it'll be hard to test

Note that this is a BREAKING CHANGE, the database will need to be
cleared before applying migrations will succeed
2024-04-06 10:20:30 +11:00
..
admin Set officer positions to use the name of the user being modified 2024-04-06 10:07:28 +11:00
api Fix fstring for sending the image link via API 2024-04-01 15:11:56 +11:00
auth Don't key off of email for login 2024-04-06 10:20:30 +11:00
dashboard Init "join" and "dashboard" pages 2024-03-03 20:29:35 -05:00
main Remove unnecessary debug logging from officer images 2024-04-03 18:50:19 +11:00
static Create base about page 2024-03-22 10:37:51 +11:00
templates Set officer positions to use the name of the user being modified 2024-04-06 10:07:28 +11:00
tmp Enable Officer positions to be created and photos to be uploaded 2024-04-01 14:14:56 +11:00
__init__.py Allow admin status to be toggled from admin panel 2024-04-03 17:38:08 +11:00
models.py Don't key off of email for login 2024-04-06 10:20:30 +11:00