<% provide(:title, "Olvidé mi contraseña") %>

Olvidé mi contraseña


Escribe tu mail, enviaremos un link para recuperar tu cuenta.

<%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| %> <%= render "shared/errors", object: resource %>
<%= f.label :email, "Email" %> <%= f.email_field :email, autocomplete: "off", autofocus: true, required: true, placeholder: "tu@email.com" %>
<% end %>

<%= link_to "Aviso de Privacidad", privacidad_path, :class=> "open-legals", title: "Aviso de Privacidad", target: "_blank" %> | <%= link_to "Términos y condiciones", terminos_path, :class=> "open-legals", title: "Términos y Condiciones", target: "_blank" %>

<%= render "shared/legals_modal" %>