Oisota/song-manager-django

Password reset

Closed this issue · 1 comments

Need to add a page for the user to reset their password. Not sure if this will require some sort of email setup or what. Can at least get the page create and figure out email stuff later.

Django has built in password reset flow. Just added corresponding templates and tested reset flow with dummy file based email handler. Need to eventually integrate with an email provider.