From c9450c02f7ac2f904a6ffabb07b6b2d5bca1fd4a Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 30 Dec 2013 01:43:30 -0800 Subject: self-service access for contacts, RT#25533 --- .../cgi/process_forgot_password.html | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 fs_selfservice/FS-SelfService/cgi/process_forgot_password.html (limited to 'fs_selfservice/FS-SelfService/cgi/process_forgot_password.html') diff --git a/fs_selfservice/FS-SelfService/cgi/process_forgot_password.html b/fs_selfservice/FS-SelfService/cgi/process_forgot_password.html new file mode 100644 index 000000000..3d8c0583e --- /dev/null +++ b/fs_selfservice/FS-SelfService/cgi/process_forgot_password.html @@ -0,0 +1,44 @@ + + + Reset password + <%= $head %> + + + <%= $body_header %> + +Reset password

+<%= $error %> + +
+ + + + + + +<%= if (!$error) { + + $OUT .= <<'END'; + + + + + + + + + + + + + + +END + + } +%> + +
New password:
Re-enter new password:
+
+ +<%= $body_footer %> -- cgit v1.2.1