Sha256: 9ad20786c2bbcaa0406f6bb108c68236422eab50d82da93278698b25b354c1d9

Contents?: true

Size: 565 Bytes

Versions: 1

Compression:

Stored size: 565 Bytes

Contents

<div title="<%= title_helper %>" class="form">
  <h3>Change Password</h3>

  <%= error_messages_for 'user' %>

  <div class="form-padding">
    <p>Enter your new password in the fields below and click 'Change Password' to have a new password sent to your email inbox.</p>

    <% form_tag :action => 'change_password' do %>
      <%= render_partial 'password', :user => @user, :submit => false %>
      <div class="button-bar">
        <%= submit_tag 'Change password' %>
        <%= link_to 'Cancel', :action => 'home' %>
      </div>
    <% end %>
  </div>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
amrita2-2.0.2 sample/login_engine/app/views/user/change_password.rhtml