% content_for :meta_title, 'Create your password' %> <% content_for :meta_description, "You need to create a password so that we can log you in." %>
Email: <%= @user.email %>. (<%= link_to "want to use a different email?", email_input_path %>)
<%= f.input :password, autofocus: true %> <%= f.input :password_confirmation %>Please take a few seconds to enter your name.
<%= f.input :first_name %> <%= f.input :last_name %> <% # i want certain sites to use a different label for this. They can add a partial in host app. %> <%= f.input :other_name, label: render('shared/other_name_label') %>