Create an author

<%= text_control :name, :label => 'Name: ' %>

Invitation Code: <%= (params[:invitation_code].to_s.empty? ? 'None! This will not work!' : params[:invitation_code]) -%><%= hidden_field :name => 'invitation_code', :value => params[:invitation_code] -%>

<%= text_control :url, :label => 'Home URL: ' %>

<%= password_control :password, :label => 'Password: ', :size => 40 %>

<%= password_control :password_confirmation, :label => 'Password (Confirm): ', :size => 40 %>