blob: be691ef6be30fca07ed54838ce843b00e42ca4a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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" />
Put "fairlystable" here to prove you are human:#<input type="text" name="c" />
#<input type="submit" />
"""]]
</form>
|