Skip to content

Commit

Permalink
Add password confirmation field
Browse files Browse the repository at this point in the history
  • Loading branch information
gabebw committed Jun 15, 2010
1 parent d94a111 commit 6b7c32e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/views/users/edit.html.erb
Expand Up @@ -13,7 +13,11 @@
</p>
<p>
<%= f.label :password %><br />
<%= f.text_field :password %>
<%= f.password_field :password %>
</p>
<p>
<%= f.label :password_confirmation %><br />
<%= f.password_field :password_confirmation %>
</p>
<p>
<%= f.submit 'Update' %>
Expand Down

0 comments on commit 6b7c32e

Please sign in to comment.