www/articles/signup.md

18 lines
1.1 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-06 23:20:09 +00:00
2019-07-07 23:28:31 +00:00
Contact Name: <input type='text' name='contact_name'><br>
Email Address: <input type='text' name='email_address'><br>
Desired Username: <input type='text' name='username'><br>
What interests you about thunix: : <input type='textarea' name='interest'><br>
SSH Public Key: <input type='textarea' name='pubkey'><br>
<input type='submit'>
</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.