diff --git a/app/views/devise/registrations/edit.html.erb b/app/views/devise/registrations/edit.html.erb
index 6bbbf14..22ac7ef 100644
--- a/app/views/devise/registrations/edit.html.erb
+++ b/app/views/devise/registrations/edit.html.erb
@@ -72,20 +72,6 @@
<% end %>
- <% if Rails.application.config.shibboleth_enabled %>
-
-
- <% if resource.shibboleth_id.nil? || resource.shibboleth_id.length == 0 then %>
- <%= link_to _('Link your %{application_name} account to your institutional credentials (UK users only)') % { :application_name => user_omniauth_shibboleth_path }, class: "a-orange" %>
- <% else %>
- <%= _('Your account is linked to your institutional credentials.') %>
-
- <%= _('Unlink your institutional credentials')%>
-
- <% end %>
-
- <% end %>
-
<% unless @user.api_token.blank? %>
<%= f.label :api_token, _('API token') %>