6588: Removed last reference to manage account page and reworded tests
[arvados.git] / services / api / app / views / user_notifier / account_is_setup.text.erb
index 0f584c74372bd9bcdfda1c2d59dc48cd92d9b5e7..8f9e05869d1b4d0e2fd9f6ac5a608cad128edda0 100644 (file)
@@ -1,6 +1,14 @@
+<% if not @user.full_name.empty? -%>
 <%= @user.full_name %>,
+<% else -%>
+Hi there,
+<% end -%>
 
-Your Arvados account has been set up. You can log in here using your
-Google account (<%= @user.email %>):
+Your Arvados shell account has been set up. Please visit the virtual machines page <% if Rails.configuration.workbench_address %>at
 
-<%= Rails.configuration.workbench_address %>
+  <%= Rails.configuration.workbench_address %>users/<%= @user.uuid%>/virtual_machines <% else %><% end %>
+
+for connection instructions.
+
+Thanks,
+The Arvados team.