add error messaging for signup

This commit is contained in:
Ben Harris 2018-01-29 13:26:47 -05:00
parent 0be8dd335e
commit 05c1c03d46
23 changed files with 1 additions and 1 deletions

0
.gitignore vendored Executable file → Normal file
View File

0
css/font-awesome.css vendored Executable file → Normal file
View File

0
css/hacker.css Executable file → Normal file
View File

0
discord/index.php Executable file → Normal file
View File

0
fonts/FontAwesome.otf Executable file → Normal file
View File

0
fonts/fontawesome-webfont.eot Executable file → Normal file
View File

0
fonts/fontawesome-webfont.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 434 KiB

After

Width:  |  Height:  |  Size: 434 KiB

0
fonts/fontawesome-webfont.ttf Executable file → Normal file
View File

0
fonts/fontawesome-webfont.woff Executable file → Normal file
View File

0
fonts/fontawesome-webfont.woff2 Executable file → Normal file
View File

0
index.php Executable file → Normal file
View File

0
news.php Executable file → Normal file
View File

0
news/000_first_post.json Executable file → Normal file
View File

0
news/001_new_news.json Executable file → Normal file
View File

0
news/002_dns_redirects.json Executable file → Normal file
View File

0
news/003_mastodon.json Executable file → Normal file
View File

0
news/006_tilde_theme.json Executable file → Normal file
View File

0
news/007_happy_new_year.json Executable file → Normal file
View File

0
news/008_tildegit.json Executable file → Normal file
View File

0
news/009_paperwork_notepad.json Executable file → Normal file
View File

0
news/post_template.json Executable file → Normal file
View File

View File

@ -91,7 +91,7 @@
email sent! i\'ll get back to you soon with login instructions! <a href="/">back to tilde.team home</a>
</div>';
} else {
echo "The email has failed!";
echo 'The email has failed! Send me a message manually at <a href="mailto:ben@tilde.team">ben@tilde.team</a>';
}
} else {
?>

0
users.php Executable file → Normal file
View File