Merge branch '20680-rolling-deploy' refs #20680
[arvados.git] / services / api / app / views / user_notifier / account_is_setup.text.erb
index 2500bf13c20deeed19c30207e51eeef2c04cb0a4..352ee7754e1e6855c1b2ffc946dad5c24d0962fe 100644 (file)
@@ -1,14 +1,5 @@
-<% if not @user.full_name.empty? -%>
-<%= @user.full_name %>,
-<% else -%>
-Hi there,
-<% end -%>
+<%# Copyright (C) The Arvados Authors. All rights reserved.
 
-Your Arvados shell account has been set up. Please visit the virtual machines page <% if Rails.configuration.workbench_address %>at
+SPDX-License-Identifier: AGPL-3.0 %>
 
-  <%= Rails.configuration.workbench_address %><%= "/" if !Rails.configuration.workbench_address.end_with?("/") %>users/<%= @user.uuid%>/virtual_machines <% else %><% end %>
-
-for connection instructions.
-
-Thanks,
-The Arvados team.
+<%= ERB.new(Rails.configuration.Users.UserSetupMailText, 0, "-").result(binding) %>