summaryrefslogtreecommitdiff
path: root/app/views/users/change_password.html.erb
blob: 54a935c265d702bd596b9041e4c6a5bb4ec59aae (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 %>