summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@cobain.omgwallhack.org>2011-05-04 22:01:09 -0700
committerJoe Rayhawk <jrayhawk@cobain.omgwallhack.org>2011-05-04 22:01:09 -0700
commit7b9076ae90f231065d7198f9800883070c8e5a04 (patch)
tree6613dbbc9ca9f0dd2e8f0aa0c68625dfc5ad130c
parent05010e8127b6d1902fb08a6175a5b86dd1d720ea (diff)
downloadhosting-7b9076ae90f231065d7198f9800883070c8e5a04.tar.gz
hosting-7b9076ae90f231065d7198f9800883070c8e5a04.zip
Switching commands over to method="post"
-rw-r--r--command/addaccess.mdwn2
-rw-r--r--command/newrepo.mdwn2
-rw-r--r--command/newuser.mdwn2
-rw-r--r--command/rmaccess.mdwn2
-rw-r--r--command/rmrepo.mdwn2
5 files changed, 5 insertions, 5 deletions
diff --git a/command/addaccess.mdwn b/command/addaccess.mdwn
index 6b827dc..47f38d8 100644
--- a/command/addaccess.mdwn
+++ b/command/addaccess.mdwn
@@ -1,6 +1,6 @@
# Add User Access to a Repository
-<form action="https://secure.piny.be/auth/addaccess.cgi">
+<form action="https://secure.piny.be/auth/addaccess.cgi" method="post">
[[!table format=dsv delimiter=# data="""
Repository name: # <input type="text" name="r" />
User name: # <input type="text" name="n" />
diff --git a/command/newrepo.mdwn b/command/newrepo.mdwn
index a385ae2..c333f85 100644
--- a/command/newrepo.mdwn
+++ b/command/newrepo.mdwn
@@ -1,6 +1,6 @@
# New Repository
-<form action="https://secure.piny.be/auth/newrepo.cgi">
+<form action="https://secure.piny.be/auth/newrepo.cgi" method="post">
<p>New repository name: <input type="text" name="r" /></p>
<p>Provide a one-line description to be used in repo listings:s</p>
<p><input type="text" name="d" size="80" maxlength="80" /></p>
diff --git a/command/newuser.mdwn b/command/newuser.mdwn
index 9d4b9a9..3c5c756 100644
--- a/command/newuser.mdwn
+++ b/command/newuser.mdwn
@@ -2,7 +2,7 @@
A confirmation email will be sent to the provided email address.
-<form action="https://secure.piny.be/piny-newuser">
+<form action="https://secure.piny.be/piny-newuser" method="post">
[[!table format=dsv delimiter=# data="""
New username: #<input type="text" name="n" />
Password: #<input type="password" name="p" />
diff --git a/command/rmaccess.mdwn b/command/rmaccess.mdwn
index 4be0a8c..67733f2 100644
--- a/command/rmaccess.mdwn
+++ b/command/rmaccess.mdwn
@@ -1,6 +1,6 @@
# Remove User Access to a Repository
-<form action="https://secure.piny.be/auth/rmaccess.cgi">
+<form action="https://secure.piny.be/auth/rmaccess.cgi" method="post">
[[!table format=dsv delimiter=# data="""
Repository name: # <input type="text" name="r" />
User name: # <input type="text" name="n" />
diff --git a/command/rmrepo.mdwn b/command/rmrepo.mdwn
index d42e9eb..ebec365 100644
--- a/command/rmrepo.mdwn
+++ b/command/rmrepo.mdwn
@@ -1,5 +1,5 @@
# Remove a Repository
-<form action="https://secure.piny.be/auth/rmrepo.cgi">
+<form action="https://secure.piny.be/auth/rmrepo.cgi" method="post">
Repository name: <input type="text" name="r" /> <input type="submit" />
</form>