Implement a page to reset the password (via email).
Do not show this page if MAIL_ENABLED is set to false.
Bonus points: If MAIL_ENABLED is set to false, create a new environment variable such as RECOVERY_KEY which will instead be used to reset the password.
Implement a page to reset the password (via email).
Do not show this page if
MAIL_ENABLED
is set to false.Bonus points: If
MAIL_ENABLED
is set to false, create a new environment variable such asRECOVERY_KEY
which will instead be used to reset the password.