summaryrefslogtreecommitdiff
path: root/commands/newuser.mdwn
blob: f48fcbd8dfb198e616a48745801c50e44b256ec5 (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.fairlystable.org/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>