21059: Fix "Arvado" typo. Use URI::join.
[arvados.git] / services / api / app / views / admin_notifier / new_inactive_user.text.erb
index 98c70374be4071908dbd0ac6cea8ce6602762a9a..22298b1ce7807561d3bacc54b05d8c71167c28aa 100644 (file)
@@ -1,7 +1,18 @@
+<%# 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.
 
+  <%= @user.full_name %> <<%= @user.email %>> (<%= @user.username %>)
+
+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,
 Your friendly Arvados robot.