Spud CMS Admin

<%= form_for @user, url: spud_password_reset_path(:id => @user.perishable_token) do |f| %> <% if flash[:notice] %>
<%= flash[:notice] %>
<% end %> <%= error_messages_for(f.object) %>
<%= f.label :password %> <%= f.password_field :password %>
<%= f.label :password_confirmation %> <%= f.password_field :password_confirmation %>
<%= f.submit "Reset Password" %>
<% end %>