--- login.html.erb.orig 2015-10-12 11:16:06.935087282 +0200 +++ login.html.erb 2015-10-12 11:44:32.492048835 +0200 @@ -1,10 +1,16 @@ <%= call_hook :view_account_login_top %> +
+
+Users of D4Science Gateways (iMarine, D4Science.org, DESCRAMBLE, etc.) can use their gateway credentials to login. +
+
Please note: if you lost your password please use the forgot password utility on your D4Science Gateway
+
<%= form_tag(signin_path) do %> <%= back_url_hidden_field_tag %> - + @@ -26,11 +32,6 @@ -
<%= text_field_tag 'username', params[:username], :tabindex => '1' %>
- <% if Setting.lost_password? %> - <%= link_to l(:label_password_lost), lost_password_path %> - <% end %> -