Update APT requests to take multiple servers into consideration
[hcoop/portal.git] / sec.mlt
diff --git a/sec.mlt b/sec.mlt
index 386da98..2983077 100644 (file)
--- a/sec.mlt
+++ b/sec.mlt
@@ -252,7 +252,7 @@ if showNormal then %>
 <input type="hidden" name="cmd" value="cron">
 <table class="blanks">
 <tr> <td>Allowed to use cron?</td> <td><select name="cron">
-       option value="no"<% if not cron then %> selected<% end %>>No</option>
+       <option value="no"<% if not cron then %> selected<% end %>>No</option>
        <option value="yes"<% if cron then %> selected<% end %>>Yes</option>
 </select></td> </tr>
 <tr> <td>Reason:</td> <td><textarea name="msg" wrap="soft" rows="3" cols="80"></textarea></td> </tr>
@@ -262,6 +262,8 @@ if showNormal then %>
 
 <h3>Request change to your FTP permissions</h3>
 
+<p>Please read <a href="http://wiki.hcoop.net/wiki/FileTransfer">our wiki instructions on file transfer</a> before requesting FTP access. Almost everyone should use alternative protocols to FTP that provide superior security benefits.</p>
+
 <form action="sec" method="post">
 <input type="hidden" name="uname" value="<% uname %>">
 <input type="hidden" name="cmd" value="ftp">
@@ -295,6 +297,8 @@ end%>
 
 <p>You can find a description of rule formats <a href="http://wiki.hcoop.net/wiki/FirewallRules">on our wiki</a>. Enter here the rule you want, without the initial <tt>user</tt> portion.</p>
 
+<p>Please note that <b>your firewall rule will be useless</b> if you don't first request the corresponding socket privileges at the top of this page.</p>
+
 <form action="sec" method="post">
 <input type="hidden" name="uname" value="<% uname %>">
 <input type="hidden" name="cmd" value="rule">