www/articles/signup.md

20 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2019-07-07 23:28:31 +00:00
To sign up for an account with thunix, please fill in the form below. Be sure to include a contact name, email address, a desired username, a little blurb about your interest in us and a public SSH key. Once you've filled in the form, click on the send button; the signup form will be processed and you'll receive an email, with instructions on how to log into your new account.
2019-07-06 23:20:09 +00:00
2019-07-07 23:28:31 +00:00
If you have any questions or problems, feel free to contact us.
2019-07-06 23:20:09 +00:00
2019-07-13 15:03:50 +00:00
<form action='/includes/signup.php'>
2019-07-13 15:01:11 +00:00
<table>
<tr><td>Contact Name:</td> <td><input type='text' name='contact_name'></td></tr>
<tr><td>Email Address:</td> <td> <input type='text' name='email_address'></td></tr>
<tr><td>Desired Username:</td> <td> <input type='text' name='username'></td></tr>
2019-07-13 22:58:00 +00:00
<tr><td>What interests you about thunix:</td> <td> <textarea name='interest' rows = "3" cols = "80"></textarea></td></tr>
<tr><td>SSH Public Key:</td> <td> <textarea name='pubkey' rows = "5" cols = "80"></textarea></td></tr>
2019-07-13 16:28:40 +00:00
<tr><td>Type the word tildeverse here:</td> <td> <input type='text' name='tv'></td></tr>
2019-07-13 15:51:48 +00:00
</table>
2019-07-07 23:28:31 +00:00
<input type='submit'>
2019-07-13 15:51:48 +00:00
</form>
2019-07-06 23:20:09 +00:00
2019-11-20 20:11:04 +00:00
If you don't have a public SSH key, don't worry! Check out [this guide to SSH keys](https://wiki.thunix.net/wiki/ssh) and make sure that you only fill in your public SSH key here.
2019-07-06 23:20:09 +00:00
2019-07-07 23:28:31 +00:00
Signing up implies that you agree with our [terms of service](/tos). If you haven't done so, please read it before you sign up.