summaryrefslogtreecommitdiff
path: root/commands/rmaccess.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'commands/rmaccess.mdwn')
-rw-r--r--commands/rmaccess.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/commands/rmaccess.mdwn b/commands/rmaccess.mdwn
new file mode 100644
index 0000000..67733f2
--- /dev/null
+++ b/commands/rmaccess.mdwn
@@ -0,0 +1,9 @@
+# Remove User Access to a Repository
+
+<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" />
+<input type="submit" />
+"""]]
+</form>