Unable to received verification code via email #809
-
Prerequisites
Bug reportDescribe the bug Expected behavior Screenshots (If applicable) Environment (If applicable):
•The installation went fine via Docker, I can browse to the install on 8000 and enter my credentials.
Earlier in the docker-compuse up process I also have these warnings:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
It seems your server is not configured to send out In the meantime, you can bypass the email verification using |
Beta Was this translation helpful? Give feedback.
-
Correct, it is indeed! :-) |
Beta Was this translation helpful? Give feedback.
It seems your server is not configured to send out
emails.
Did you setup the SMTP?
In the meantime, you can bypass the email verification using
docker exec hosting_plausible_db_1 psql -U postgres -d plausible_db -c "UPDATE users SET email_verified = true;"