20470: Fix tests
[arvados.git] / services / api / app / views / user_notifier / account_is_setup.text.erb
index 0f584c74372bd9bcdfda1c2d59dc48cd92d9b5e7..352ee7754e1e6855c1b2ffc946dad5c24d0962fe 100644 (file)
@@ -1,6 +1,5 @@
-<%= @user.full_name %>,
+<%# Copyright (C) The Arvados Authors. All rights reserved.
 
-Your Arvados account has been set up. You can log in here using your
-Google account (<%= @user.email %>):
+SPDX-License-Identifier: AGPL-3.0 %>
 
-<%= Rails.configuration.workbench_address %>
+<%= ERB.new(Rails.configuration.Users.UserSetupMailText, 0, "-").result(binding) %>