diff --git a/app/views/settings/index.html.erb b/app/views/settings/index.html.erb index db891d4..a501499 100644 --- a/app/views/settings/index.html.erb +++ b/app/views/settings/index.html.erb @@ -117,6 +117,14 @@ <%= form_tag "/invitations", :method => :post do |f| %> +

+ Invitations are used as a spam-control mechanism and are unlimited. + Persons you invite will be associated with your account in the user tree and you may be responsible for them if they cause + problems. Please use your discretion when inviting persons you don't + personally know. +

+
<%= label_tag :email, "E-mail Address:", :class => "required" %> <%= text_field_tag :email, "", :size => 30 %>