X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/437725d13f8775b29ad3e279a07b0bd4b7f8d098..0eb72b526bf8bbb011551ecf019f604e17a534f1:/services/api/app/views/admin_notifier/new_user.text.erb diff --git a/services/api/app/views/admin_notifier/new_user.text.erb b/services/api/app/views/admin_notifier/new_user.text.erb index 1df9fd6464..d21513f7f0 100644 --- a/services/api/app/views/admin_notifier/new_user.text.erb +++ b/services/api/app/views/admin_notifier/new_user.text.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% add_to_message = '' if Rails.configuration.auto_setup_new_users @@ -10,10 +14,10 @@ A new user has been created<%=add_to_message%>: This user is <%= @user.is_active ? '' : 'NOT ' %>active. -<% if not @wb_address.empty? -%> +<% if Rails.configuration.workbench_address -%> Please see workbench for more information: - <%= @wb_address %> + <%= Rails.configuration.workbench_address %> <% end -%> Thanks,