on login and signup page, mention open signup isn't available and link to user tree

This commit is contained in:
joshua stein 2012-12-08 13:14:43 -06:00
parent ffa9d35477
commit ef1b2e9dda
2 changed files with 11 additions and 1 deletions

View file

@ -22,5 +22,11 @@
Forgot your password? <%= link_to "Reset your password",
forgot_password_url %>.
</p>
<p>
Not a user yet? 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.
</p>
<% end %>
</div>

View file

@ -3,5 +3,9 @@
Create an Account
</div>
Signup is currently by invitation only.
<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.
</p>
</div>