% case @step %> <% when 1 %>
<%= f.label :cn, 'Username' %>
<%= f.text_field :cn, autofocus: true, autocomplete: "username" %>
@
kosmos.org
Username <%= @validation_error %>
<% end %><%= f.submit "Continue" %>
<%= f.label :email, 'Email address' %>
<%= f.email_field :email, autofocus: true, autocomplete: "email" %>
Email <%= @validation_error %>
<% end %><%= f.submit "Continue" %>
<%= f.label :password, 'Password' %>
<%= f.password_field :password, autofocus: true %>
Password <%= @validation_error %>
<% end %>By clicking the button below, you accept our future Terms of Service and Privacy Policy. Don't worry, they will be excellent!
<%= f.submit "Create account" %>