Facilitate email verification and password reset on the backend #119
Labels
backend
Task must have a back end issue
difficulty::hard
This issue is hard
priority::low
This issue is low priority
Here's a non-exhaustive list of things to be done:
django.contrib.auth.tokens.PasswordResetTokenGenerator
instanceSee the django docs for information on sending emails: https://docs.djangoproject.com/en/5.1/topics/email/. For the time being, I suggest using the console backend for testing purposes.
The text was updated successfully, but these errors were encountered: