X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/88650e2c0020e1122449d7b91ad3ebf78bab9d23..0eb72b526bf8bbb011551ecf019f604e17a534f1:/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 a7cca2fd81..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 %> 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 %> - <%= @wb_address %> +for connection instructions. Thanks, The Arvados team.