X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/25bfcc0f6b5344acb4039457f8492df7fbada7fc..5f51982916827b84d73bfa8f3a98a9ee1d48d3ce:/vendor/plugins/login_engine/app/views/user/forgot_password.rhtml diff --git a/vendor/plugins/login_engine/app/views/user/forgot_password.rhtml b/vendor/plugins/login_engine/app/views/user/forgot_password.rhtml deleted file mode 100755 index 66c7ce9..0000000 --- a/vendor/plugins/login_engine/app/views/user/forgot_password.rhtml +++ /dev/null @@ -1,18 +0,0 @@ -
-

Forgotten Password

- - <%= error_messages_for 'user' %> - -
-

Enter your email address in the field below and click 'Reset Password' to have instructions on how to retrieve your forgotten password emailed to you.

- - <%= start_form_tag_helper %> - <%= text_field("user", "email", "size" => 30) %> - -
- <%= submit_tag 'Reset Password' %> - <%= link_to 'Cancel', :action => 'login' %> -
- <%= end_form_tag %> -
-