X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f4ca9ad94a6bb006d1f3c7ba207837f1736d1247..c821bfc6028b78d5272d7721541dae64c828bdbc:/services/api/app/views/admin_notifier/new_inactive_user.text.erb diff --git a/services/api/app/views/admin_notifier/new_inactive_user.text.erb b/services/api/app/views/admin_notifier/new_inactive_user.text.erb index 53a2b9852e..22298b1ce7 100644 --- a/services/api/app/views/admin_notifier/new_inactive_user.text.erb +++ b/services/api/app/views/admin_notifier/new_inactive_user.text.erb @@ -1,12 +1,17 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. -A new user landed on the inactive user page: +SPDX-License-Identifier: AGPL-3.0 %> - <%= @user.full_name %> <<%= @user.email %>> +A new user has been created, but not set up. -<% if Rails.configuration.workbench_address -%> -Please see workbench for more information: + <%= @user.full_name %> <<%= @user.email %>> (<%= @user.username %>) - <%= Rails.configuration.workbench_address %> +They will not be able to use Arvados unless set up by an admin. + +<% if Rails.configuration.Services.Workbench1.ExternalURL -%> +Please see Workbench for more information: + + <%= URI::join(Rails.configuration.Services.Workbench1.ExternalURL, "user/#{@user.uuid}") %> <% end -%> Thanks,