diff --git a/articles/contact.md b/articles/contact.md index 904ffba..3ed0aa3 100644 --- a/articles/contact.md +++ b/articles/contact.md @@ -12,7 +12,7 @@ If you have any questions or problems relating to our service, or this website,
Type the word tildeverse here: -Message:
+Message:
diff --git a/articles/signup.md b/articles/signup.md index 928afa0..1e6977a 100644 --- a/articles/signup.md +++ b/articles/signup.md @@ -7,8 +7,8 @@ If you have any questions or problems, feel free to contact us. Contact Name: Email Address: Desired Username: -What interests you about thunix: -SSH Public Key: +What interests you about thunix: +SSH Public Key: Type the word tildeverse here: diff --git a/includes/contact.php b/includes/contact.php index 2842203..12dd97d 100644 --- a/includes/contact.php +++ b/includes/contact.php @@ -26,7 +26,7 @@ if ( $tv != "tildeverse" ) { shell_exec("echo '$mailbody' | /usr/bin/mail -s '$subject' $destination_addr "); // In the future, here, we *should* be able to build a process that -// somehow auto-verifies the user, and instead of email, it'll kick off the new user process here +// auto opens an issue in the tildegit project header("Location: $site_root/?page=success2"); die()