<% set_meta_tags title: 'Venice — Reset Password' %>

Forgot your password?

<%= notice %>

<%= alert %>

<%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| %> <%= devise_error_messages! %> <%= f.submit "Reset password", tabindex: 2 %> <%= link_to 'Sign In', new_session_path(resource_name) %> <% end %>