From 088f9b025a2e14896394b10919ff7e137b72772c Mon Sep 17 00:00:00 2001 From: Alex Todd Date: Thu, 10 Aug 2017 02:54:58 -0500 Subject: [PATCH 1/3] Change email addresses to placeholders --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index 4b8cf78a5..d9f3994ea 100644 --- a/app.json +++ b/app.json @@ -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 " + "value": "HackMIT Team " }, "EMAIL_HOST": "smtp.gmail.com", "EMAIL_USER": "foo@bar.com", From 61d084104a3d1ee22d834881fbd1df3838cc74ea Mon Sep 17 00:00:00 2001 From: Alex Todd Date: Fri, 11 Aug 2017 20:04:10 -0500 Subject: [PATCH 2/3] Remove HackMIT --- app.json | 2 +- app/server/templates/email-basic/html.hbs | 2 +- app/server/templates/email-link-action/html.hbs | 2 +- app/server/templates/email-verify/html.hbs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app.json b/app.json index d9f3994ea..a7fa58552 100644 --- a/app.json +++ b/app.json @@ -21,7 +21,7 @@ "ADMIN_PASS": "party", "EMAIL_CONTACT": { "description": "Used to send verification, registration, and confirmation emails", - "value": "HackMIT Team " + "value": "Hackathon Team " }, "EMAIL_HOST": "smtp.gmail.com", "EMAIL_USER": "foo@bar.com", diff --git a/app/server/templates/email-basic/html.hbs b/app/server/templates/email-basic/html.hbs index 911b1ee37..61e890ebb 100644 --- a/app/server/templates/email-basic/html.hbs +++ b/app/server/templates/email-basic/html.hbs @@ -55,7 +55,7 @@ Follow on Twitter   Like on Facebook    - Email Us + Email Us diff --git a/app/server/templates/email-link-action/html.hbs b/app/server/templates/email-link-action/html.hbs index f88d57079..168ebf154 100644 --- a/app/server/templates/email-link-action/html.hbs +++ b/app/server/templates/email-link-action/html.hbs @@ -61,7 +61,7 @@ Follow on Twitter   Like on Facebook    - Email Us + Email Us diff --git a/app/server/templates/email-verify/html.hbs b/app/server/templates/email-verify/html.hbs index 68871f8ab..015734d68 100644 --- a/app/server/templates/email-verify/html.hbs +++ b/app/server/templates/email-verify/html.hbs @@ -61,7 +61,7 @@ Follow on Twitter   Like on Facebook    - Email Us + Email Us From cc8124fb98b480b7bde47edaa140bf08782b2bb9 Mon Sep 17 00:00:00 2001 From: Alex Todd Date: Fri, 11 Aug 2017 20:04:30 -0500 Subject: [PATCH 3/3] Add .env.config to changes