From f75899e2fb9cded8cc41e9fe26c7f505a7355d9b Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 24 Jan 2013 22:48:45 +0100 Subject: Add password reset function/pages/links Signed-off-by: Florian Pritz --- application/views/user/reset_password_link_sent.php | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 application/views/user/reset_password_link_sent.php (limited to 'application/views/user/reset_password_link_sent.php') diff --git a/application/views/user/reset_password_link_sent.php b/application/views/user/reset_password_link_sent.php new file mode 100644 index 000000000..7734d9c81 --- /dev/null +++ b/application/views/user/reset_password_link_sent.php @@ -0,0 +1,3 @@ +

+ A mail containing your password reset link has been sent to "". +

-- cgit v1.2.3-24-g4f1b