summaryrefslogtreecommitdiff
path: root/newuser.mdwn
blob: 91b4e9103fb8c2d60b48b38b3fa50d697607bebf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Make a New User

A confirmation email will be sent to the provided email address.

<form action="https://secure.diyhpl.us/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" />
Put "diyh+" here to prove you are human:#<input type="text" name="c" />
               #<input type="submit"            />
"""]]
</form>