X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/16f704326f44fd1e5e5e60b936c9b5895d6a6ff8..f3b8d03f7063b162355bccfd71aeb2b8b67bbdbb:/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 d21513f7f0..670b84b7c1 100644 --- a/services/api/app/views/admin_notifier/new_user.text.erb +++ b/services/api/app/views/admin_notifier/new_user.text.erb @@ -4,7 +4,7 @@ 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 %> @@ -14,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. -