From aad9529f31d9ec6966aaffab1083b6108031a505 Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Fri, 2 Oct 2015 16:30:21 -0700 Subject: Initial cosmetic changes to the process of verifying a changed email --- api/templates/email_change_verify_body.html | 56 +++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 api/templates/email_change_verify_body.html (limited to 'api/templates/email_change_verify_body.html') diff --git a/api/templates/email_change_verify_body.html b/api/templates/email_change_verify_body.html new file mode 100644 index 000000000..296a3d968 --- /dev/null +++ b/api/templates/email_change_verify_body.html @@ -0,0 +1,56 @@ +{{define "verify_new_email_body"}} + + + + + +
+ + + + +
+ + + + + + + + + + +
+ +
+ + + + + + + +
+

You updated your email

+

To finish updating your email address for {{.Props.TeamDisplayName}}, please click the link below to confirm this is the right address.

+

+ Verify Email +

+
+ Any questions at all, mail us any time: {{.ClientProps.FeedbackEmail}}.
+ Best wishes,
+ The {{.ClientProps.SiteName}} Team
+
+
+

+ +

+

+ (c) 2015 SpinPunch, Inc. 855 El Camino Real, 13A-168, Palo Alto, CA, 94301.
+ If you no longer wish to receive these emails, click on the following link: Unsubscribe +

+
+
+
+ +{{end}} -- cgit v1.2.3-1-g7c22 From 817fa66ac4db9522488c1760417ca57cb1b56c20 Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Mon, 5 Oct 2015 14:18:05 -0700 Subject: Added better verification when a user changes his or her email --- api/templates/email_change_verify_body.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/templates/email_change_verify_body.html') diff --git a/api/templates/email_change_verify_body.html b/api/templates/email_change_verify_body.html index 296a3d968..356f2454c 100644 --- a/api/templates/email_change_verify_body.html +++ b/api/templates/email_change_verify_body.html @@ -1,4 +1,4 @@ -{{define "verify_new_email_body"}} +{{define "email_change_verify_body"}} -- cgit v1.2.3-1-g7c22