- Create password change modal on user dashboard
- Split login into two flows -- WPI and local
Need to define password strength requirements and create local login
page, as well as allow for setting an alternative contact email.
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