1 <%# Copyright (C) The Arvados Authors. All rights reserved.
3 SPDX-License-Identifier: AGPL-3.0 %>
7 if Rails.configuration.Users.AutoSetupNewUsers
8 add_to_message = @user.is_invited ? ' and setup' : ', but not setup'
11 A new user has been created<%=add_to_message%>:
13 <%= @user.full_name %> <<%= @user.email %>>
15 This user is <%= @user.is_active ? '' : 'NOT ' %>active.
17 <% if Rails.configuration.Services.Workbench1.ExternalURL -%>
18 Please see workbench for more information:
20 <%= Rails.configuration.Services.Workbench1.ExternalURL %>
24 Your friendly Arvados robot.