You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in our UserManager class the methods for forgot password and email confirmation after signup just print a message to the logs with the generated token:
Currently in our UserManager class the methods for forgot password and email confirmation after signup just print a message to the logs with the generated token:
mondey/mondey_backend/src/mondey_backend/users.py
Lines 23 to 38 in d4ea8f8
We need to modify them to send an email to the user.
I've previously set up a send-only email server for websites using this docker image: https://hub.docker.com/r/boky/postfix
But maybe there is already an email server / account associated with mondey.de that we can/should use instead?
The text was updated successfully, but these errors were encountered: