X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5923d0fa912c73e3725e52c869d72793304ae44a..3aaefcb3c76ff470b475d950398d01255e87712a:/apps/workbench/app/views/users/welcome.html.erb diff --git a/apps/workbench/app/views/users/welcome.html.erb b/apps/workbench/app/views/users/welcome.html.erb index f23daa7690..479e3e1d89 100644 --- a/apps/workbench/app/views/users/welcome.html.erb +++ b/apps/workbench/app/views/users/welcome.html.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% content_for :breadcrumbs do raw '' end %>
@@ -12,17 +16,17 @@ The "Log in" button below will show you a Google sign-in page. After you assure Google that you want to log in here with your Google account, you will be redirected back here to - <%= Rails.configuration.site_name %>. + <%= Rails.configuration.Workbench.SiteName %>.

- If you have never used <%= Rails.configuration.site_name %> + If you have never used <%= Rails.configuration.Workbench.SiteName %> before, logging in for the first time will automatically create a new account.

- <%= Rails.configuration.site_name %> uses your name and + <%= Rails.configuration.Workbench.SiteName %> uses your name and email address only for identification, and does not retrieve any other personal information from Google. @@ -32,7 +36,7 @@ now, don't provide 'auth_provider' to get the default one. %>

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