21059: Remote user status WIP
[arvados.git] / services / api / app / views / admin_notifier / new_user.text.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <%
6     add_to_message = @user.is_invited ? ' and setup' : ', but not setup'
7 %>
8 A new user has been created<%=add_to_message%>:
9
10   <%= @user.full_name %> <<%= @user.email %>>
11
12 This user is <%= @user.is_active ? '' : 'NOT ' %>active.
13
14 <% if Rails.configuration.Services.Workbench1.ExternalURL -%>
15 Please see Workbench for more information:
16
17   <%= Rails.configuration.Services.Workbench1.ExternalURL %>user/<%=@user.uuid%>
18
19 <% end -%>
20 Thanks,
21 Your friendly Arvados robot.