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