www/articles/signup.md

19 lines
1.3 KiB
Markdown
Raw 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-07 23:28:31 +00:00
<form action='/includes/email.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>
<tr><td>What interests you about thunix:</td> <td> <input type='textarea' name='interest'></td></tr>
<tr><td>SSH Public Key:</td> <td> <input type='textarea' name='pubkey'></td></tr>
<tr><td>Type the word tildeverse here:</td> <td> <input type='textarea' name='tv'></td></tr>
2019-07-07 23:28:31 +00:00
<input type='submit'>
2019-07-13 15:01:11 +00:00
</table></form>
2019-07-06 23:20:09 +00:00
2019-07-07 23:28:31 +00:00
If you don't have a public SSH key, don't worry! Check out [this guide to SSH keys](https://tilde.team/wiki/?page=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.