X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0eb72b526bf8bbb011551ecf019f604e17a534f1..fba452e1092543f9bbc1fd6b2c87ae9288134b15:/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..75d2a28ce8 100644 --- a/services/api/app/views/admin_notifier/new_user.text.erb +++ b/services/api/app/views/admin_notifier/new_user.text.erb @@ -3,10 +3,7 @@ SPDX-License-Identifier: AGPL-3.0 %> <% - add_to_message = '' - if Rails.configuration.auto_setup_new_users add_to_message = @user.is_invited ? ' and setup' : ', but not setup' - end %> A new user has been created<%=add_to_message%>: @@ -14,12 +11,11 @@ A new user has been created<%=add_to_message%>: This user is <%= @user.is_active ? '' : 'NOT ' %>active. -<% if Rails.configuration.workbench_address -%> -Please see workbench for more information: +<% if Rails.configuration.Services.Workbench1.ExternalURL -%> +Please see Workbench for more information: - <%= Rails.configuration.workbench_address %> + <%= Rails.configuration.Services.Workbench1.ExternalURL %>user/<%=@user.uuid%> <% end -%> Thanks, Your friendly Arvados robot. -