Fix 2.4.2 upgrade notes formatting refs #19330
[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 = ''
7   if Rails.configuration.Users.AutoSetupNewUsers
8     add_to_message = @user.is_invited ? ' and setup' : ', but not setup'
9   end
10 %>
11 A new user has been created<%=add_to_message%>:
12
13   <%= @user.full_name %> <<%= @user.email %>>
14
15 This user is <%= @user.is_active ? '' : 'NOT ' %>active.
16
17 <% if Rails.configuration.Services.Workbench1.ExternalURL -%>
18 Please see workbench for more information:
19
20   <%= Rails.configuration.Services.Workbench1.ExternalURL %>
21
22 <% end -%>
23 Thanks,
24 Your friendly Arvados robot.