<% if params[:state] == "new-user" && invite_only_mode? %> <%= community_name %> is invite only. <% else %> Welcome to <%= community_name %> <% end %>

<%= render "shared/authentication_title" %>

<%= render partial: "shared/authentication/providers_registration_form" %> <% if params[:state] == "new-user" %>
Already have an account? View more sign in options.
<% else %>
<% if SiteConfig.allow_email_password_login %>
Have a password? Continue with your email address
<%= render partial: "shared/authentication/email_login_form" %> <% end %>
<% end %>