{ content_for :title, "Change Password | Metamaps" } { content_for :mobile_title, "Change Password" }
{ form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :put, :class => "forgotPassword centerGreyForm forgotPasswordReset" }) do |f| } { f.hidden_field :reset_password_token }

Change password

{ f.label :password, "New password", :class => "firstFieldText" } { f.password_field :password, :autofocus => true }
{ f.label :password_confirmation, "Confirm new password", :class => "firstFieldText" } { f.password_field :password_confirmation }
{ f.submit "Change my password" }
{ end }