Skip to content

Commit

Permalink
Merge pull request techx#31 from at0dd/issue_26
Browse files Browse the repository at this point in the history
Change email addresses to placeholders
  • Loading branch information
jlin816 authored Aug 12, 2017
2 parents 48201ef + e39e55b commit 3977242
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .env.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ JWT_SECRET='shhhh super secret code here bro'
ROOT_URL='http://localhost:3000'

# Credentials for the admin user created at app initialization
ADMIN_EMAIL='admin@hackmit.org'
ADMIN_EMAIL='admin@example.org'
ADMIN_PASS='party'

# Used to send verification, registration, and confirmation emails
EMAIL_CONTACT='HackMIT Team <hackmit.reg.system@gmail.com>'
EMAIL_CONTACT='Hackathon Team <team@example.com>'
EMAIL_HOST='smtp.gmail.com'
EMAIL_USER='foo@bar.com'
EMAIL_PASS='password'
Expand Down
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
"ADMIN_EMAIL": {
"description": "Credentials for the admin user created at app initialization",
"value": "admin@hackmit.org"
"value": "admin@example.org"
},
"ADMIN_PASS": "party",
"EMAIL_CONTACT": {
"description": "Used to send verification, registration, and confirmation emails",
"value": "HackMIT Team <hackmit.reg.system@gmail.com>"
"value": "Hackathon Team <team@example.com>"
},
"EMAIL_HOST": "smtp.gmail.com",
"EMAIL_USER": "foo@bar.com",
Expand Down
2 changes: 1 addition & 1 deletion app/server/templates/email-basic/html.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<tr>
<td valign="top" class="footerContent" mc:edit="footer_content00">
<a href="https://twitter.com/hackmit">Follow on Twitter</a>&nbsp;&nbsp;&nbsp;<a href="https://facebook.com/HackMIT">Like on Facebook</a>&nbsp;&nbsp;&nbsp;
<a href="mailto:team@hackmit.org">Email Us</a>
<a href="mailto:team@example.org">Email Us</a>
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion app/server/templates/email-link-action/html.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<tr>
<td valign="top" class="footerContent" mc:edit="footer_content00">
<a href="https://twitter.com/hackmit">Follow on Twitter</a>&nbsp;&nbsp;&nbsp;<a href="https://facebook.com/HackMIT">Like on Facebook</a>&nbsp;&nbsp;&nbsp;
<a href="mailto:team@hackmit.org">Email Us</a>
<a href="mailto:team@example.org">Email Us</a>
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion app/server/templates/email-verify/html.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<tr>
<td valign="top" class="footerContent" mc:edit="footer_content00">
<a href="https://twitter.com/hackmit">Follow on Twitter</a>&nbsp;&nbsp;&nbsp;<a href="https://facebook.com/HackMIT">Like on Facebook</a>&nbsp;&nbsp;&nbsp;
<a href="mailto:team@hackmit.org">Email Us</a>
<a href="mailto:team@example.org">Email Us</a>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 3977242

Please sign in to comment.