Merge branch '8784-dir-listings'
[arvados.git] / services / api / app / views / user_notifier / account_is_setup.text.erb
index a7cca2fd81672e880df4944ff996ab0287d6d98c..ca7082774d155d1ca1b62f70b12e6e097cfba2ab 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.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.