X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/bf932e00f0efcce7ed6cd660f5483ffd79359c60..6d1c41d6fd83824669cd1a6d714ea6da1ae7ab4c:/apps/workbench/app/views/users/welcome.html.erb?ds=sidebyside diff --git a/apps/workbench/app/views/users/welcome.html.erb b/apps/workbench/app/views/users/welcome.html.erb index 0b98909e67..69009a03d4 100644 --- a/apps/workbench/app/views/users/welcome.html.erb +++ b/apps/workbench/app/views/users/welcome.html.erb @@ -47,18 +47,9 @@ SPDX-License-Identifier: AGPL-3.0 %> <%= raw(Rails.configuration.Workbench.WelcomePageHTML) %> <% case %> - <% when Rails.configuration.Login.Google.Enable %> - <% when Rails.configuration.Login.OpenIDConnect.Enable %> - <% when Rails.configuration.Login.SSO.Enable %> -
- <%= link_to arvados_api_client.arvados_login_url(return_to: request.url), class: "btn btn-primary" do %> - Log in to <%= Rails.configuration.Workbench.SiteName %> - - <% end %> -
- <% when Rails.configuration.Login.PAM.Enable %> - <% when Rails.configuration.Login.LDAP.Enable %> - <% when Rails.configuration.Login.Test.Enable %> + <% when Rails.configuration.Login.PAM.Enable, + Rails.configuration.Login.LDAP.Enable, + Rails.configuration.Login.Test.Enable %>

username

password

- " id="login-return-to"> + " id="login-return-to">

+ <% else %> +
+ <%= link_to arvados_api_client.arvados_login_url(return_to: request.url), class: "btn btn-primary" do %> + Log in to <%= Rails.configuration.Workbench.SiteName %> + + <% end %> +
<% end %>