11 lines
371 B
Plaintext
11 lines
371 B
Plaintext
Welcome to the ME Suite.
|
|
|
|
<%= @project.account.name %> has invited you to <%= @project.name %>.
|
|
|
|
<% if @user_is_new %>
|
|
Please click below to set your password.
|
|
<%= edit_password_reset_url(id: @user.password_reset_token, host: AppHost.new.domain_with_port) %>
|
|
<% end %>
|
|
|
|
If you have questions about how to use the software, please visit https://www.mesuite.ai/contact.
|