diff --git a/app/views/account/change_password.rhtml b/app/views/account/change_password.rhtml new file mode 100644 index 0000000..173ed9b --- /dev/null +++ b/app/views/account/change_password.rhtml @@ -0,0 +1,17 @@ +
+<%= password_field_tag :current_password %>
+<%= password_field_tag :new_password %>
+<%= password_field_tag :new_password_confirmation %>