summaryrefslogtreecommitdiff
path: root/app/views/users/change_password.html.erb
blob: 03ce6a8b23d7223fe60a40fe1e4ed17b9f27abb9 (plain)
1
2
3
4
5
6
7
8
9
10
<% title "Change Password" %>

<h1>Change Password</h1>

<%= form_for @user do |f| %>
  <%= f.text_field :current_password %>
  <%= f.text_field :email %>
  <%= f.text_field :password %>
  <%= f.text_field :password_confirmation %>
<% end %>