<% content_for :title do %><%= @user ? @user.username : 'User ' %> authentication error<% end %>
<%= render :partial => 'shared/logo', locals: { organization: @organization } %>

You must validate your email account

Please check your email inbox and click the "Activate your account" button in the welcome mail.

<% if @user %>

If you didn't receive your validation email, click here and a new email will be sent directly to you.

<% end %>