From 89a32886e1ca5d71bbf05387a89eeaf71713128e Mon Sep 17 00:00:00 2001 From: joshua stein Date: Mon, 3 Sep 2012 12:55:43 -0500 Subject: [PATCH] warn users about inviting strangers --- app/views/settings/index.html.erb | 8 ++++++++ 1 file changed, 8 insertions(+) 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 %>