diff --git a/wrenchboard/email/ACCOUNT/member_resetpass.mailfile b/wrenchboard/email/ACCOUNT/member_resetpass.mailfile
index c979f26f..8a3e373f 100644
--- a/wrenchboard/email/ACCOUNT/member_resetpass.mailfile
+++ b/wrenchboard/email/ACCOUNT/member_resetpass.mailfile
@@ -16,17 +16,16 @@ img {height: auto;}
.subhead {font-size: 12px; color: #ffffff; font-family: sans-serif; letter-spacing: 3px;}
.h1, .h2, .bodycopy {color: #153643; font-family: sans-serif;}
.h1 {font-size: 33px; line-height: 38px; font-weight: bold;}
-.h2 {padding: 0 0 15px 0; font-size: 24px; line-height: 28px; font-weight: bold;}
.bodycopy {font-size: 14px; line-height: 20px;}
.button {text-align: center; font-size: 16px; font-family: sans-serif; font-weight: bold; padding: 0 30px 0 30px;}
.button a {color: #ffffff; text-decoration: none;}
-.footer {padding: 20px 30px 15px 30px;}
+.footer {padding: 20px 30px 15px 30px; bgcolor:#007bff; background-color:#007bff;}
.footercopy {font-family: sans-serif; font-size: 14px; color: #ffffff;}
.footercopy a {color: #ffffff; text-decoration: underline;}
-
+
|
@@ -44,22 +43,22 @@ img {height: auto;}
|
-
+
-
+
-
- |
- {{site_name}}
- |
-
-
- |
- {{site_trade_name}}
- |
-
-
+
+
+
+ |
+
+
+|
+{{site_trade_name}}
+ |
+
+
|
@@ -74,7 +73,7 @@ img {height: auto;}
- |
+ |
Hello {{firstname}},
|
@@ -107,8 +106,8 @@ img {height: auto;}
@@ -139,47 +138,47 @@ img {height: auto;}
|
-
-
-
-
- |
-
+
+
+
+
+ |
+
-
-
+
+
+
diff --git a/wrenchboard/src/shared_tool/account.cc b/wrenchboard/src/shared_tool/account.cc
index f3bc113e..8922ff68 100644
--- a/wrenchboard/src/shared_tool/account.cc
+++ b/wrenchboard/src/shared_tool/account.cc
@@ -143,7 +143,7 @@ test();
break;
case WRENCHBOARD_RESET_PASSWORD:
-
+ return WrenchResetMemberPass(in, out);
break;
case WRENCHBOARD_MOBILE_MESSAGE:
diff --git a/wrenchboard/src/shared_tool/email.cc b/wrenchboard/src/shared_tool/email.cc
index abb4e4ed..5342e516 100644
--- a/wrenchboard/src/shared_tool/email.cc
+++ b/wrenchboard/src/shared_tool/email.cc
@@ -233,7 +233,7 @@ long account_email(long mailtype, CVars in, CVars &out) {
const PGresult *res;
char * server_name = getenv("SERVER_NAME");
- form.LetStr("server_name", server_name);
+ form.LetStr("server_name", "https://dashboard.wrenchboard.com");
form.LetStr("site_name", "WrenchBoard");
form.LetStr("site_trade_name", "Connecting Experts with Clients");