_oauth_signup.html.erb 299 Bytes
<%= hidden_field_tag 'return_to', '/' %>

<style>
  #signup-password, #signup-password-confirmation, #signup-email {
    display: none;
  }
</style>

<div id='signup-email-readonly'>
  <%= labelled_form_field(_('Email'), text_field(:user, :email, :class => "disabled", :readonly => true)) %>
</div>