From f3119e28fd7777fa9b33d0976119984eb8d207c5 Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Wed, 8 Aug 2018 22:32:30 +0530 Subject: [PATCH] confirm-email.html: add file Closes https://gitlab.com/commento/commento-ce/issues/66 --- api/router_static.go | 1 + frontend/confirm-email.html | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 frontend/confirm-email.html diff --git a/api/router_static.go b/api/router_static.go index 5f0da5a..fa9d9a3 100644 --- a/api/router_static.go +++ b/api/router_static.go @@ -95,6 +95,7 @@ func staticRouterInit(router *mux.Router) error { "forgot", "reset-password", "signup", + "confirm-email", "dashboard", "logout", } diff --git a/frontend/confirm-email.html b/frontend/confirm-email.html new file mode 100644 index 0000000..2636647 --- /dev/null +++ b/frontend/confirm-email.html @@ -0,0 +1,26 @@ + + + + + + + Commento: Email Confirmation + + + + +
+
+
+ Confirmation Email Sent! +
+ A confirmation email has been sent to your email address. Follow the instructions by clicking the link there to complete the signup process. +
+
+ + [[[.Footer]]] +