21700: Install Bundler system-wide in Rails postinst
[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 Arvados unless set up by an admin.
10
11 <% if Rails.configuration.Services.Workbench1.ExternalURL -%>
12 Please see Workbench for more information:
13
14   <%= URI::join(Rails.configuration.Services.Workbench1.ExternalURL, "user/#{@user.uuid}") %>
15
16 <% end -%>
17 Thanks,
18 Your friendly Arvados robot.