Sha256: ff9d98b3af3d51e14128f102afc5f581170146bed2bbf6e9b2bf5bccb77bf651

Contents?: true

Size: 304 Bytes

Versions: 6

Compression:

Stored size: 304 Bytes

Contents

<%= 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 %>
<% end %>
<%= form.check_box :admin%>
<%= form.check_box :disabled%>

Version data entries

6 entries across 6 versions & 1 rubygems

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