Sha256: 411a2dda27183e46633e7ea275da460857b1eb97968918a59161da74632dbcf5

Contents?: true

Size: 484 Bytes

Versions: 6

Compression:

Stored size: 484 Bytes

Contents

<h1> Add User </h1>

<%= cms_form_for @cms_user, :url => {:action => :create} do |form| %>
  <%= form.text_field :login%>
  <%= form.text_field :first_name%>
  <%= form.text_field :last_name%>
  <% unless @cms_site.authentication == 'LDAP' %>
    <%= form.password_field :password %>
    <%= form.password_field :password_confirmation, :label => 'Repeat Password' %>
  <% end %>
  <%= form.check_box :admin%>
  <%= form.check_box :disabled%>
  <%= form.submit 'Add User' %>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

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