Sha256: 9f8219d420089a1a8380933ae1434fd8b1acf3661ec3a59b3ba234f0bb181e38

Contents?: true

Size: 766 Bytes

Versions: 24

Compression:

Stored size: 766 Bytes

Contents

<%= form_for @credential, :url => change_password_session_path do |f| %>
  <section class="fields">
  <% unless @credential.new_record? %>
  <div class="field">
    <%= label_tag :old_password, 'Current Password' %><br />
    <span class="value">
      <%= password_field_tag :old_password %>
    </span>
  </div>
  <% end %>
  
  <div class="field">
    <%= f.label :password, 'New Password' %><br />
    <span class="value">
      <%= f.password_field :password %>
    </span
  </div>

  <div class="field">
    <%= f.label :password_confirmation, 'Re-enter New Password' %><br />
    <span class="value">
      <%= f.password_field :password_confirmation %>
    </span
  </div>
  </section>
  
  <p class="action">
    <%= submit_tag 'Log in' %>
  </p>
<% end %>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
authpwn_rails-0.15.3 test/fixtures/bare_session/password_change.html.erb
authpwn_rails-0.15.2 test/fixtures/bare_session/password_change.html.erb
authpwn_rails-0.15.1 test/fixtures/bare_session/password_change.html.erb
authpwn_rails-0.15.0 test/fixtures/bare_session/password_change.html.erb
authpwn_rails-0.14.3 test/fixtures/bare_session/password_change.html.erb
authpwn_rails-0.14.2 test/fixtures/bare_session/password_change.html.erb
authpwn_rails-0.14.1 test/fixtures/bare_session/password_change.html.erb
authpwn_rails-0.14.0 test/fixtures/bare_session/password_change.html.erb
authpwn_rails-0.13.4 test/fixtures/bare_session/password_change.html.erb
authpwn_rails-0.13.3 test/fixtures/bare_session/password_change.html.erb
authpwn_rails-0.13.2 test/fixtures/bare_session/password_change.html.erb
authpwn_rails-0.13.1 test/fixtures/bare_session/password_change.html.erb
authpwn_rails-0.13.0 test/fixtures/bare_session/password_change.html.erb
authpwn_rails-0.12.1 test/fixtures/bare_session/password_change.html.erb
authpwn_rails-0.12.0 test/fixtures/bare_session/password_change.html.erb
authpwn_rails-0.11.1 test/fixtures/bare_session/password_change.html.erb
authpwn_rails-0.11.0 test/fixtures/bare_session/password_change.html.erb
authpwn_rails-0.10.12 test/fixtures/bare_session/password_change.html.erb
authpwn_rails-0.10.11 test/fixtures/bare_session/password_change.html.erb
authpwn_rails-0.10.10 test/fixtures/bare_session/password_change.html.erb