summaryrefslogtreecommitdiff
path: root/commands/newuser.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'commands/newuser.mdwn')
-rw-r--r--commands/newuser.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/commands/newuser.mdwn b/commands/newuser.mdwn
new file mode 100644
index 0000000..3c5c756
--- /dev/null
+++ b/commands/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" method="post">
+[[!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>