-#
Sign up
-#
-# <%= form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f| %>
-# <%= devise_error_messages! %>
-#
-#
-# <%= f.label :email %>
-# <%= f.email_field :email, autofocus: true %>
-#
-#
-#
-# <%= f.label :password %>
-# <% if @validatable %>
-# (<%= @minimum_password_length %> characters minimum)
-# <% end %>
-# <%= f.password_field :password, autocomplete: "off" %>
-#
-#
-#
-# <%= f.label :password_confirmation %>
-# <%= f.password_field :password_confirmation, autocomplete: "off" %>
-#
-#
-#
-# <%= f.submit "Sign up" %>
-#
-# <% end %>
= devise_error_messages!
%br
#form-login
.flag
= image_tag(image_url(LOGO_NAME))
%br
%h2#gestionnaire_login Mot de passe oubliƩ
%br
%br
#new-user
= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f|
%h4
= f.label :email
.input-group
.input-group-addon
%span.fa.fa-user
= f.email_field :email, class: 'form-control', placeholder: 'Email'
%br
%br
.actions
= f.submit "Renvoyer", class: 'btn btn-primary'
%br