This repository has been archived on 2024-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
redstoner.com/app/views/users/change_password.html.erb
2018-03-12 19:26:55 -04:00

11 lines
242 B
Plaintext

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