Yureien / YABin

Yet another pastebin, simple but feature-rich, along with a CLI client
https://bin.sohamsen.me/
MIT License
168 stars 23 forks source link

Forget password page #19

Closed Yureien closed 1 year ago

Yureien commented 1 year ago

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.

paulkim26 commented 1 year ago

Neat project! I'd be interested in taking on this issue.

Yureien commented 1 year ago

Neat project! I'd be interested in taking on this issue.

Sure! Thanks for taking this up.