From 5fceb31659368b4088e35569f3b0dd4c7a7a8c9f Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Sat, 13 Jul 2019 12:25:00 -0400 Subject: [PATCH] fleshed out text boxes --- articles/contact.md | 2 +- articles/signup.md | 4 ++-- includes/contact.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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()