First Name <%= f.text_field :firstname %>
Last Name <%= f.text_field :lastname %>
Login <%= f.text_field :login %>
Email <%= f.text_field :email %>
Password (Leave blank to use LDAP) <%= f.password_field :password %>
Confirm Password (Leave blank to use LDAP) <%= f.password_field :password_confirmation %>
<%= submit_tag 'Sign up' %>