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