You have been invited to <%= @app_name %> as part of the <%= @organization.name_to_display %> organization. Please login to your dashboard with your organization username (<%= @user.username %>) and the password <%= @user_needs_password ? 'provided by your administrator' : 'you entered' %><%= ' as soon as you activate your account' unless @enable_account_link.nil? %>.

<% unless Cartodb.get_config(:mailer, 'template', 'avoid_carto_links') %>

Here are some resources to get you up and running:

<% end %> <% if @user_needs_password %>

If you have not received your password, contact your administrator at <%= @owner.email %>.

<% end %> <% if @enable_account_link.nil? %> <%= render partial: 'mailer_modules/link_to_action', locals: { link: @link, link_text: 'Go to your dashboard' } %> <% else %> <%= render partial: 'mailer_modules/link_to_action', locals: { link: @enable_account_link, link_text: 'Activate your account' } %> <% end %>