Sha256: 1d04beacf5ffa72a8b6f9b78f8f114e13df3ca43a83781e0f79e9a4d5c02bcd6

Contents?: true

Size: 945 Bytes

Versions: 17

Compression:

Stored size: 945 Bytes

Contents

<%= render :partial => 'spree/shared/error_messages', :locals => { :target => @spree_user } %>

<div class="container user-passwords">
  <div class="row">
    <div class="col-lg-6 offset-lg-3" id="forgot-password">
      <div class="card mb-3 user-passwords-no-border">
        <h3 class="spree-mb-large spree-mt-large spree-header"><%= Spree.t(:forgot_password) %></h3>
        <div class="card-body">
          <p><%= Spree.t(:instructions_to_reset_password) %></p>

          <%= form_for Spree.user_class.new, as: :spree_user, url: spree.reset_password_path do |f| %>
            <div class="form-group">
              <%= f.email_field :email, class: "spree-flat-input", placeholder: Spree.t(:email) %>
            </div>
            <div>
              <%= f.submit Spree.t(:reset_password), class: 'btn btn-primary btn-block spree-btn mt-2' %>
            </div>
          <% end %>
        </div>
      </div>
    </div>
  </div>
</div>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
spree_auth_devise-4.6.3 lib/views/frontend/spree/user_passwords/new.html.erb
spree_auth_devise-4.6.2 lib/views/frontend/spree/user_passwords/new.html.erb
spree_auth_devise-4.6.1 lib/views/frontend/spree/user_passwords/new.html.erb
spree_auth_devise-4.6.0 lib/views/frontend/spree/user_passwords/new.html.erb
spree_auth_devise-4.5.0 lib/views/frontend/spree/user_passwords/new.html.erb
spree_auth_devise-4.4.2 lib/views/frontend/spree/user_passwords/new.html.erb
spree_auth_devise-4.1.1 app/views/spree/user_passwords/new.html.erb
spree_auth_devise-4.2.1 app/views/spree/user_passwords/new.html.erb
spree_auth_devise-4.4.1 lib/views/frontend/spree/user_passwords/new.html.erb
spree_auth_devise-4.4.0 lib/views/frontend/spree/user_passwords/new.html.erb
spree_auth_devise-4.3.4 app/views/spree/user_passwords/new.html.erb
spree_auth_devise-4.3.3 app/views/spree/user_passwords/new.html.erb
spree_auth_devise-4.3.2 app/views/spree/user_passwords/new.html.erb
spree_auth_devise-4.3.1 app/views/spree/user_passwords/new.html.erb
spree_auth_devise-4.3.0 app/views/spree/user_passwords/new.html.erb
spree_auth_devise-4.2.0 app/views/spree/user_passwords/new.html.erb
spree_auth_devise-4.1.0 app/views/spree/user_passwords/new.html.erb