X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/964ab3dd90ff1508efc0c77378cde2b3a4da1029..270b9295100b50419da8911ea080d025cd52d773:/services/api/app/views/user_notifier/account_is_setup.text.erb diff --git a/services/api/app/views/user_notifier/account_is_setup.text.erb b/services/api/app/views/user_notifier/account_is_setup.text.erb index 5d8c9e7d25..ca7082774d 100644 --- a/services/api/app/views/user_notifier/account_is_setup.text.erb +++ b/services/api/app/views/user_notifier/account_is_setup.text.erb @@ -1,13 +1,18 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% if not @user.full_name.empty? -%> <%= @user.full_name %>, <% else -%> Hi there, <% end -%> -Your Arvados account has been set up. You can log in with your Google account -associated with the e-mail address <%= @user.email %><% if Rails.configuration.workbench_address %> at: +Your Arvados shell account has been set up. Please visit the virtual machines page <% if Rails.configuration.workbench_address %>at + + <%= Rails.configuration.workbench_address %><%= "/" if !Rails.configuration.workbench_address.end_with?("/") %>users/<%= @user.uuid%>/virtual_machines <% else %><% end %> - <%= Rails.configuration.workbench_address %><% else %>.<% end %> +for connection instructions. Thanks, The Arvados team.