1 <%# Copyright (C) The Arvados Authors. All rights reserved.
3 SPDX-License-Identifier: AGPL-3.0 %>
5 A new user has been created and set up.
7 <%= @user.full_name %> <<%= @user.email %>> (<%= @user.username %>)
9 They are able to use Arvados.
11 <% if Rails.configuration.Services.Workbench1.ExternalURL -%>
12 Please see Workbench for more information:
14 <%= URI::join(Rails.configuration.Services.Workbench1.ExternalURL, "user/#{@user.uuid}") %>
18 Your friendly Arvados robot.