X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/093bae4c914a872c501c3235f06096092725f015..f3b8d03f7063b162355bccfd71aeb2b8b67bbdbb:/services/api/app/views/admin_notifier/new_user.text.erb?ds=sidebyside 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 88ecbe3546..670b84b7c1 100644 --- a/services/api/app/views/admin_notifier/new_user.text.erb +++ b/services/api/app/views/admin_notifier/new_user.text.erb @@ -1,6 +1,10 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% add_to_message = '' - if Rails.configuration.auto_setup_new_users + if Rails.configuration.Users.AutoSetupNewUsers add_to_message = @user.is_invited ? ' and setup' : ', but not setup' end %> @@ -10,12 +14,11 @@ A new user has been created<%=add_to_message%>: This user is <%= @user.is_active ? '' : 'NOT ' %>active. -<% if Rails.configuration.workbench_address -%> +<% if Rails.configuration.Services.Workbench1.ExternalURL -%> Please see workbench for more information: - <%= Rails.configuration.workbench_address %> + <%= Rails.configuration.Services.Workbench1.ExternalURL %> <% end -%> Thanks, Your friendly Arvados robot. -