-
Notifications
You must be signed in to change notification settings - Fork 340
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
Change email addresses to placeholders #31
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for tackling this :)
There are also a few more instances if you could take a look at those, particularly in the email templates:
<a href="mailto:team@hackmit.org">Email Us</a> |
<a href="mailto:team@hackmit.org">Email Us</a> |
<a href="mailto:team@hackmit.org">Email Us</a> |
@jlin816 perhaps we should also have a separate ticket that renders the email values from an env variable?
.env.config
Outdated
ADMIN_PASS='party' | ||
|
||
# Used to send verification, registration, and confirmation emails | ||
EMAIL_CONTACT='HackMIT Team <hackmit.reg.system@gmail.com>' | ||
EMAIL_CONTACT='HackMIT Team <team@example.com>' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe change this to also remove "HackMIT" and replace it with something like "Hackathon Team"?
app.json
Outdated
}, | ||
"ADMIN_PASS": "party", | ||
"EMAIL_CONTACT": { | ||
"description": "Used to send verification, registration, and confirmation emails", | ||
"value": "HackMIT Team <hackmit.reg.system@gmail.com>" | ||
"value": "HackMIT Team <team@example.com>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above
@ehzhang updated! |
Awesome, thanks @at0dd! 😄 |
Change email addresses to placeholders
Change email addresses to placeholders
Change email addresses to placeholders
Documentation for Dependabot
Documentation for Dependabot
Documentation for Dependabot
Issue #26