+
<%= render :partial => 'shared/login_form' %>
-
+
<%= render :partial => 'shared/register_form', locals: {extended: false} %>
diff --git a/app/views/shared/_login_form.html.erb b/app/views/shared/_login_form.html.erb
index 9f5db74..b97f05d 100644
--- a/app/views/shared/_login_form.html.erb
+++ b/app/views/shared/_login_form.html.erb
@@ -1,22 +1,26 @@
-<% if Rails.application.config.shibboleth_enabled %>
-
-
-
- <% if request.fullpath != "/users/sign_up?nosplash=true" && session[:shibboleth_data].nil? then%>
- <% target = (Rails.application.config.shibboleth_use_filtered_discovery_service ? shibboleth_ds_path : user_shibboleth_omniauth_authorize_path) %>
-
- <%else%>
- <%= f.hidden_field :shibboleth_id, :value => session[:shibboleth_data][:uid] %>
- <%end%>
-
-
-
-<% end %>
+
<%= _('Sign in') %>
<%= form_for resource, as: 'user', url: user_session_path, html: {class: "login-form roadmap-form"} do |f| %>