X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a3787ef83a0538097fb6f802f675be740a241ebc..ff843a40de882d22dd2a5e408c77a2fa4720cc7d:/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 5d8c9e7d25..352ee7754e 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,5 @@ -<% if not @user.full_name.empty? -%> -<%= @user.full_name %>, -<% else -%> -Hi there, -<% end -%> +<%# Copyright (C) The Arvados Authors. All rights reserved. -Your Arvados account has been set up. You can log in with your Google account -associated with the e-mail address <%= @user.email %><% if Rails.configuration.workbench_address %> at: +SPDX-License-Identifier: AGPL-3.0 %> - <%= Rails.configuration.workbench_address %><% else %>.<% end %> - -Thanks, -The Arvados team. +<%= ERB.new(Rails.configuration.Users.UserSetupMailText, 0, "-").result(binding) %>