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