journalduhacker/app/views/signup/index.html.erb
2018-10-17 19:08:11 +02:00

17 lines
478 B
Plaintext

<div class="box wide">
<div class="legend">
<%= t('.createaccounttitle') %>
</div>
<p>
Signup is currently by invitation only to combat spam and increase
accountability. If you know <a href="/u/">a current user</a> of the site,
ask them for an invitation, or
<% if Rails.application.allow_invitation_requests? %>
<a href="/invitations/request">request one publicly</a>.
<% else %>
request one in <a href="/chat">chat</a>.
<% end %>
</p>
</div>