Sha256: 7d517acd146572d94710df345387ff69c96ee4d208492de93a1ba38d83f97464

Contents?: true

Size: 434 Bytes

Versions: 6

Compression:

Stored size: 434 Bytes

Contents

<h1> Change Password</h1>
<%= cms_form_for @cms_user, :url => {:action => :update_password} do |form| %>
  <div class='form_element' >    
    <div class='label'>
      Login
    </div>
    <div class='value'>
     <b><%= @cms_user.login %></b>
    </div>
  </div>
  <%= form.password_field :password %>
  <%= form.password_field :password_confirmation, :label => 'Repeat Password' %>
  <%= form.submit 'Update Password' %>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lucy_cms-0.0.6 app/views/cms_admin/users/change_password.html.erb
lucy_cms-0.0.5 app/views/cms_admin/users/change_password.html.erb
lucy_cms-0.0.4 app/views/cms_admin/users/change_password.html.erb
lucy_cms-0.0.3 app/views/cms_admin/users/change_password.html.erb
lucy_cms-0.0.2 app/views/cms_admin/users/change_password.html.erb
lucy_cms-0.0.1 app/views/cms_admin/users/change_password.html.erb