13996: Fixing test WIP
[arvados.git] / services / api / app / views / user_notifier / account_is_setup.text.erb
index ba360c0119a9879f870dd63a889bf11d56088267..357fd91ce8a87ee9256871e4a93e5454513c6bbb 100644 (file)
@@ -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.Services["Workbench1"]["ExternalURL"] %>at
+
+  <%= Rails.configuration.Services["Workbench1"]["ExternalURL"] %><%= "/" if !Rails.configuration.Services["Workbench1"]["ExternalURL"].to_s.end_with?("/") %>users/<%= @user.uuid%>/virtual_machines <% else %><% end %>
 
-  <%= Rails.configuration.workbench_address %>
+for connection instructions.
 
 Thanks,
 The Arvados team.