From d4fe97a9a5437d71a5a29f413ba7be6efe5f7da3 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Fri, 30 Aug 2013 22:53:59 +0200 Subject: Password reset implemented --- tpls/forgotpw.tpl | 16 ++++++++++++++++ tpls/login.tpl | 1 + 2 files changed, 17 insertions(+) create mode 100644 tpls/forgotpw.tpl (limited to 'tpls') diff --git a/tpls/forgotpw.tpl b/tpls/forgotpw.tpl new file mode 100644 index 0000000..27dda6d --- /dev/null +++ b/tpls/forgotpw.tpl @@ -0,0 +1,16 @@ +{{define "title"}}Reset Password{{end}} + +{{define "content"}} + {{if .Success}} +
{{.Success}}
+ {{else}} + {{if .Error}} +
{{.Error}}
+ {{end}} + +
+

E-Mail:

+

+
+ {{end}} +{{end}} \ No newline at end of file diff --git a/tpls/login.tpl b/tpls/login.tpl index 34541e4..b3a63e2 100644 --- a/tpls/login.tpl +++ b/tpls/login.tpl @@ -12,6 +12,7 @@

E-Mail

Password

+

Forgot your password?

{{end}} {{end}} \ No newline at end of file -- cgit v1.2.3-54-g00ecf