From 2e998664d57bcaf38e8d1dc19606768bd6f557a3 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Fri, 23 Oct 2009 09:23:02 -0700 Subject: move controllers and views to the user module to make the Identity Provider refactor smaller --- modules/user/views/reset_password.html.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 modules/user/views/reset_password.html.php (limited to 'modules/user/views') diff --git a/modules/user/views/reset_password.html.php b/modules/user/views/reset_password.html.php new file mode 100644 index 00000000..92ca4917 --- /dev/null +++ b/modules/user/views/reset_password.html.php @@ -0,0 +1,17 @@ + + + + <?= t("Password Reset Request") ?> + + +

+

+ $user->full_name ? $user->full_name : $user->name)) ?> +

+

+ %site_url. If you made this request, you can confirm it by clicking this link. If you didn't request this password reset, it's ok to ignore this mail.", + array("site_url" => html::mark_clean(url::base(false, "http")), + "confirm_url" => $confirm_url)) ?> +

+ + -- cgit v1.2.3