From 326a8dbb9be14d2e1be8c03feb4d6e713f6ed76f Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sun, 21 Sep 2008 07:32:58 -0400
Subject: [PATCH] Users can reset their login password. The password is sent by email to the email address listed in the client account settings.
---
interface/web/login/templates/index.htm | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/interface/web/login/templates/index.htm b/interface/web/login/templates/index.htm
index be13fc5..401912d 100644
--- a/interface/web/login/templates/index.htm
+++ b/interface/web/login/templates/index.htm
@@ -7,6 +7,9 @@
<tr>
<td colspan="2"><tmpl_var name="error"></td>
</tr>
+ <tr>
+ <td colspan="2" height="30" align="left"><a href="#" onclick="loadContent('login/password_reset.php');">Password lost?</a></td>
+ </tr>
</tmpl_if>
<tr>
<td>Username</td>
--
Gitblit v1.9.1