3153: update the new user email to include a phrase saying the user is setup when...
[arvados.git] / services / api / app / views / admin_notifier / new_user.text.erb
1 A new user has been created<%=' and setup' if Rails.configuration.auto_setup_new_users %>:
2
3   <%= @user.full_name %> <<%= @user.email %>>
4
5 This user is <%= @user.is_active ? '' : 'NOT ' %>active.
6
7 <% if not @wb_address.empty? -%>
8 Please see workbench for more information:
9
10   <%= @wb_address %>
11
12 <% end -%>
13 Thanks,
14 Your friendly Arvados robot.
15