Skip to content

Instantly share code, notes, and snippets.

@eladmeidar
Created March 9, 2010 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eladmeidar/325986 to your computer and use it in GitHub Desktop.
Save eladmeidar/325986 to your computer and use it in GitHub Desktop.
<% title "Reset your Password" %>
<%= error_messages_for :user %>
<% form_tag update_password_url do %>
<%= hidden_field_tag :reset_token, @user.reset_token %>
<%= label_tag :password %>
<%= password_field_tag :password %>
<%= label_tag :password_confirmation %>
<%= password_field_tag :password_confirmation %>
<%= submit_tag "Save" %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment