diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2012-09-30 20:14:06 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2012-09-30 20:14:06 -0700 |
commit | 95aed0d68cf6474396bab406c78d2a2e3602fc40 (patch) | |
tree | 8776083093f9d053783bef9931e8460336d0d31c /command/newuser.mdwn | |
parent | d114371254445ca2f3f6d0e0872be34df21d31dc (diff) | |
download | hosting-95aed0d68cf6474396bab406c78d2a2e3602fc40.tar.gz hosting-95aed0d68cf6474396bab406c78d2a2e3602fc40.zip |
command -> commands
Diffstat (limited to 'command/newuser.mdwn')
-rw-r--r-- | command/newuser.mdwn | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/command/newuser.mdwn b/command/newuser.mdwn deleted file mode 100644 index 3c5c756..0000000 --- a/command/newuser.mdwn +++ /dev/null @@ -1,12 +0,0 @@ -# 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> |