X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8048da32800fab790b68f502c52dd00c89b5b690..347d974ab2a8e7eecf1f3edc472e03223b0ad1bf:/services/api/app/views/user_notifier/account_is_setup.text.erb diff --git a/services/api/app/views/user_notifier/account_is_setup.text.erb b/services/api/app/views/user_notifier/account_is_setup.text.erb index 0f584c7437..ba360c0119 100644 --- a/services/api/app/views/user_notifier/account_is_setup.text.erb +++ b/services/api/app/views/user_notifier/account_is_setup.text.erb @@ -1,6 +1,13 @@ +<% if not @user.full_name.empty? -%> <%= @user.full_name %>, +<% else -%> +Hi there, +<% end -%> -Your Arvados account has been set up. You can log in here using your -Google account (<%= @user.email %>): +Your Arvados account has been set up. You can log in with your Google account +associated with the e-mail address <%= @user.email %> at: -<%= Rails.configuration.workbench_address %> + <%= Rails.configuration.workbench_address %> + +Thanks, +The Arvados team.