Merge branch '21535-multi-wf-delete'
[arvados.git] / services / api / app / views / admin_notifier / new_inactive_user.text.erb
index 53a2b9852ed3abaabd1eff9144ab15eb3c87db12..22298b1ce7807561d3bacc54b05d8c71167c28aa 100644 (file)
@@ -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,