Hello <%= @resource.email %>!
<%= @resource.invited_by.email %> has invited you to join <%= link_to(@resource.invited_by.user_memberships.first.organization.name, root_url) %>. You can accept it through the link below.
<%= link_to 'Accept invitation', accept_invitation_url(@resource, :invitation_token => @resource.invitation_token) %>
If you don't want to accept the invitation, please ignore this email.
Your account won't be created until you access the link above and set your password.