21059: Fix "Arvado" typo. Use URI::join.
[arvados.git] / services / api / app / views / admin_notifier / new_inactive_user.text.erb
index 4b572128b52500603b3a8e00a53d5e720025d25c..22298b1ce7807561d3bacc54b05d8c71167c28aa 100644 (file)
@@ -2,14 +2,16 @@
 
 SPDX-License-Identifier: AGPL-3.0 %>
 
-A new user landed on the inactive user page:
+A new user has been created, but not set up.
 
-  <%= @user.full_name %> <<%= @user.email %>>
+  <%= @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:
 
-  <%= Rails.configuration.Services.Workbench1.ExternalURL %>user/<%=@user.uuid%>
+  <%= URI::join(Rails.configuration.Services.Workbench1.ExternalURL, "user/#{@user.uuid}") %>
 
 <% end -%>
 Thanks,