Roll call system, and update forms to method=post
[hcoop/zz_old/portal.git] / users.mlt
index 1a60143..fbd60aa 100644 (file)
--- a/users.mlt
+++ b/users.mlt
@@ -40,7 +40,7 @@ elseif $"mod" <> "" then
        val user = Init.lookupUser (Web.stoi ($"mod")) %>
 <h3><b>Modify member record</b></h3>
 
-<form action="users">
+<form action="users" method="post">
 <input type="hidden" name="id" value="<% $"mod" %>">
 <table>
 <tr> <td align="right"><b>Name</b>:</td> <td><input name="name" value="<% #name user %>"></td> </tr>
@@ -79,7 +79,7 @@ elseif $"mod" <> "" then
 <% if showNormal then %>
 <h3><b>New member</b></h3>
 
-<form action="users">
+<form action="users" method="post">
 <table>
 <tr> <td align="right"><b>Name</b>:</td> <td><input name="name"></td> </tr>
 <tr> <td align="right"><b>Real name</b>:</td> <td><input name="rname"></td> </tr>