Sha256: f47a2da49c0da2a39bfbe85672b7281fea56d1bc9abfa64c0d98e8c052bb1b11

Contents?: true

Size: 666 Bytes

Versions: 29

Compression:

Stored size: 666 Bytes

Contents

<%%- page_title t('sorcery.reset.choose') -%>
<h2><%%= t('sorcery.reset.choose') %></h2>
<%%- content_for(:help) { "<%= name %>_change" } -%>

<%%= simple_form_for(@<%= name %>, url: {action: "refresh"}) do |f| %>
  <%%= f.error_notification %>

  <%%= f.input :email, disabled: true, required: false %>
  <%%= f.input :reset_password_token, as: :hidden %>
  <%%= f.input :password, required: true, autofocus: true %>
  <%%= f.input :password_confirmation, required: true %>

  <%%= f.button :submit, t('sorcery.reset.change'), class: 'btn btn-primary' %>
  <%%= link_to t('sorcery.reset.back'), log_in_<%= table_name %>_path, class: 'btn btn-default' %>
<%% end %>

Version data entries

29 entries across 29 versions & 2 rubygems

Version Path
bootswatch_rails-3.3.7.8 lib/generators/bootswatch_rails/sorcery/templates/change.html.erb
bootswatch_rails-3.3.7.7 lib/generators/bootswatch_rails/sorcery/templates/change.html.erb
bootswatch_rails-3.3.7.6 lib/generators/bootswatch_rails/sorcery/templates/change.html.erb
bootswatch_rails-3.3.7.5 lib/generators/bootswatch_rails/sorcery/templates/change.html.erb
bootswatch_rails-3.3.7.4 lib/generators/bootswatch_rails/sorcery/templates/change.html.erb
bootswatch_rails-3.3.7.3 lib/generators/bootswatch_rails/sorcery/templates/change.html.erb
scaffold_plus-2.1.4 lib/generators/scaffold_plus/sorcery/templates/change.html.erb
scaffold_plus-2.1.3 lib/generators/scaffold_plus/sorcery/templates/change.html.erb
scaffold_plus-2.1.2 lib/generators/scaffold_plus/sorcery/templates/change.html.erb
scaffold_plus-2.1.1 lib/generators/scaffold_plus/sorcery/templates/change.html.erb
bootswatch_rails-3.3.7.2 lib/generators/bootswatch_rails/sorcery/templates/change.html.erb
bootswatch_rails-3.3.7.1 lib/generators/bootswatch_rails/sorcery/templates/change.html.erb
bootswatch_rails-3.3.7.0 lib/generators/bootswatch_rails/sorcery/templates/change.html.erb
bootswatch_rails-3.3.6.2 lib/generators/bootswatch_rails/sorcery/templates/change.html.erb
bootswatch_rails-3.3.6.1 lib/generators/bootswatch_rails/sorcery/templates/change.html.erb
bootswatch_rails-3.3.5.2 lib/generators/bootswatch_rails/sorcery/templates/change.html.erb
bootswatch_rails-3.3.5.1 lib/generators/bootswatch_rails/sorcery/templates/change.html.erb
bootswatch_rails-3.3.4.1 lib/generators/bootswatch_rails/sorcery/templates/change.html.erb
bootswatch_rails-3.3.2.1 lib/generators/bootswatch_rails/sorcery/templates/change.html.erb
bootswatch_rails-3.3.1.2 lib/generators/bootswatch_rails/sorcery/templates/change.html.erb