summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-07-11 21:44:40 +0200
committerFlorian Pritz <bluewind@xinu.at>2014-07-11 22:12:04 +0200
commitc40934fb86e406bdd7f513cc73c347c4c6d0e173 (patch)
treeadc37974dda7d57408220aade93700959692eb70
parent77f15dc6ba5d3308d42e8f75103c3193d3796dd2 (diff)
Reword invitation text on front page
The new text is friendlier and less presumptuous and actually describes the reason why I introduced the invitation system. Not sure why I didn't write that in the first place. Thanks to <https://lobste.rs/about> for the idea. Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--application/views/file/upload_form.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/application/views/file/upload_form.php b/application/views/file/upload_form.php
index c74bb2ba1..c5b28536c 100644
--- a/application/views/file/upload_form.php
+++ b/application/views/file/upload_form.php
@@ -92,7 +92,8 @@
<div class="page-header"><h1>Information</h1></div>
<p>This website's primary goal is aiding developers, power users, students and alike in solving problems, debugging software, sharing their configuration, etc. It is not intended to distribute confidential or harmful information, scripts or software.</p>
<?php if(auth_driver_function_implemented("can_register_new_users")) { ?>
- <p>If you believe you deserve an account, ask someone who is already using this service to <a href="<?php echo site_url("user/invite"); ?>">invite</a> you.</p>
+ <p>If you want an account, ask someone who is already using this service to <a href="<?php echo site_url("user/invite"); ?>">invite</a> you.</p>
+ <p>Invitations are used to control abuse and encourage users to "be nice". They are not intended as a means of exclusivity. In case of abuse reports, involved accounts may be banned and the user who invited them may also be banned. The invitation tree will be followed upwards if necessary.</p>
<?php } ?>
</div>
</div>