8a002fe172a839d5dde2f12a1a7ee536a414ac3c
[arvados.git] / services / api / app / views / admin_notifier / new_inactive_user.text.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 A new user has been created, but not set up.
6
7   <%= @user.full_name %> <<%= @user.email %>> (<%= @user.username %>)
8
9 They will not be able to use Arvado unless set up by an admin.
10
11 <% if Rails.configuration.Services.Workbench1.ExternalURL -%>
12 Please see Workbench for more information:
13
14   <%= Rails.configuration.Services.Workbench1.ExternalURL %>user/<%=@user.uuid%>
15
16 <% end -%>
17 Thanks,
18 Your friendly Arvados robot.