summaryrefslogtreecommitdiff
path: root/command/newuser.mdwn
blob: 9d4b9a9b2e59b8d3bcf3edb8df0d4340a5941d9f (plain)
1
2
3
4
5
6
7
8
9
10
11
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>