X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/a12d4f62752f546f57421244e370e79965706ffb..f7aee769411a893c1059c529a220c0d25c72974f:/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 new file mode 100644 index 0000000..66c7ce9 --- /dev/null +++ b/vendor/plugins/login_engine/app/views/user/forgot_password.rhtml @@ -0,0 +1,18 @@ +
+

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 %> +
+