Hello,
Our instance of Kitsu is sending invitation emails ok.
However, when we try to reset a password through the Forgot password link, the emails are not being sent.
There are no errors in the gunicorn_error.log file.
Access log shows that the reset form has been successfully called:
...."POST //auth/reset-password HTTP/1.0" 200 38....
API Status shows this:
{ "name": "Zou", "version": "0.13.2", "database-up": true, "key-value-store-up": true, "event-stream-up": true, "job-queue-up": true }
I tried to enable debug by adding:
Environment="DEBUG=True"
to /etc/systemd/system/zou.service, but I can not see any debug messages in the gunicorn_error.log file.
Anything else I could try?
BTW, the password is not being reset either. I can still login with the old password.
Thank you!