Hi,
I am deploying OCL on docker on my local computer. All the installation went well but after signing up, when I access Sign In - OCL to login, it keep telling me that a Confirmation e-mail has been sent to my email. I didn’t get any email as I am working on localhost. Even by using swagger to create new user, I can not use the credential to login because I get the same message telling me that a Confirmation e-mail has been sent to my email.
Please can anyone assist me?
Hi @ildidier,
Thanks for raising this issue.
OCL in development mode is configured to not trigger any emails out, rather the emails are logged in console in celery_default service logs. This logged email will have link to verify your account for sign-up completion.
In order to trigger emails via SMTP either change the ENV to non-dev/ci or change settings.py on your local.
Hope that helps.
1 Like
Hi @Sny
Thank you so much for your assistance.
You’ve helped me so so much.