Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to send activation email #23

Open
tsaoyu opened this issue Aug 19, 2018 · 3 comments
Open

Unable to send activation email #23

tsaoyu opened this issue Aug 19, 2018 · 3 comments

Comments

@tsaoyu
Copy link
Member

tsaoyu commented Aug 19, 2018

The tracking website is not able to deliver activation email to the teams.

image

@tsaoyu
Copy link
Member Author

tsaoyu commented Aug 21, 2018

This might due to use of the development environment in the production.
However, there is still an internal server error when I switch to production mode.

So for this year competition, I will create an account for each team using seed file beforehand.

@zysim
Copy link
Collaborator

zysim commented Aug 22, 2018

TL;DR Go here and check the box.

The 500 error is due to Gmail's security settings. This guide shows how to solve this issue; specifically this link, which, once set, will allow "less secure apps" to access the email. This of course means we need access to the Gmail account in the first place.

I've tested a production build on my local machine, using my own email, and configuring that Gmail setting, and it works; the email is successfully sent.

However, it seems that the page doesn't redirect to the "please check your email for the activation link" page. production.log spits out a FileNotFound error too. I'll look into this tomorrow.

@zysim
Copy link
Collaborator

zysim commented Aug 23, 2018

Okay so my previous FileNotFound error is gone. Everything works as usual. Oh well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants