<% page_title "Verify account" %>

Verify account

<% if @user.is_restricted? %>

Your account is restricted because you signed up from a VPN or proxy. You can still use the site, but you won't be able to leave comments, edit tags, or upload posts until you verify your account.

<% end %>

Click below to send an email to <%= @email_address.address %> to verify your account.

<%= edit_form_for(@user, method: :post, url: send_confirmation_user_email_path(@user)) do |f| %> <%= f.submit "Send confirmation email" %> <% end %>