X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/a12d4f62752f546f57421244e370e79965706ffb..f7aee769411a893c1059c529a220c0d25c72974f:/vendor/plugins/login_engine/app/views/user/change_password.rhtml diff --git a/vendor/plugins/login_engine/app/views/user/change_password.rhtml b/vendor/plugins/login_engine/app/views/user/change_password.rhtml new file mode 100644 index 0000000..3b5abe4 --- /dev/null +++ b/vendor/plugins/login_engine/app/views/user/change_password.rhtml @@ -0,0 +1,17 @@ +
+

Change Password

+ + <%= error_messages_for 'user' %> + +
+

Enter your new password in the fields below and click 'Change Password' to have a new password sent to your email inbox.

+ + <%= start_form_tag :action => 'change_password' %> + <%= render_partial 'password', :user => @user, :submit => false %> +
+ <%= submit_tag 'Change password' %> + <%= link_to 'Cancel', :action => 'home' %> +
+ <%= end_form_tag %> +
+
\ No newline at end of file