summaryrefslogtreecommitdiff
path: root/command/newuser.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'command/newuser.mdwn')
-rw-r--r--command/newuser.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/command/newuser.mdwn b/command/newuser.mdwn
new file mode 100644
index 0000000..9d4b9a9
--- /dev/null
+++ b/command/newuser.mdwn
@@ -0,0 +1,12 @@
+# Make a New User
+
+A confirmation email will be sent to the provided email address.
+
+<form action="https://secure.piny.be/piny-newuser">
+[[!table format=dsv delimiter=# data="""
+New username: #<input type="text" name="n" />
+Password: #<input type="password" name="p" />
+Email address: #<input type="text" name="a" />
+ #<input type="submit" />
+"""]]
+</form>