summaryrefslogtreecommitdiff
path: root/signup/verify/content.html
diff options
context:
space:
mode:
Diffstat (limited to 'signup/verify/content.html')
-rw-r--r--signup/verify/content.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/signup/verify/content.html b/signup/verify/content.html
new file mode 100644
index 0000000..2ba116b
--- /dev/null
+++ b/signup/verify/content.html
@@ -0,0 +1,32 @@
+<!--
+ -- GNUfault.org - GNUfault's website
+ -- Copyright (C) 2026 Connor Thomson
+ --
+ -- This program is free software: you can redistribute it and/or modify
+ -- it under the terms of the GNU Affero General Public License as published by
+ -- the Free Software Foundation, either version 3 of the License, or
+ -- (at your option) any later version.
+ --
+ -- This program is distributed in the hope that it will be useful,
+ -- but WITHOUT ANY WARRANTY; without even the implied warranty of
+ -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ -- GNU Affero General Public License for more details.
+ --
+ -- You should have received a copy of the GNU Affero General Public License
+ -- along with this program. If not, see <https://www.gnu.org/licenses/>.
+ -->
+
+<h2>Verify your GNUfault.org account</h2>
+<hr>
+<p>To prevent spam, an email was sent to you with a 4-digit code from &lt;<a href="mailto:noreply@gnufault.org">noreply@gnufault.org</a>&gt;.</p>
+<p>The email will most likely go to spam due to me using self-hosted email. If it does, please report it as not spam.</p>
+<p>If you need any help, email me at &lt;<a href="mailto:noreply@gnufault.org">connor@gnufault.org</a>&gt; using the same email you signed up with.</p>
+<br>
+<form class="login" action="verify.php" method="POST">
+ <div class="group">
+ <label for="user">Code:</label>
+ <input class="input" type="text" maxlength="4" id="code" name="code" required>
+ </div>
+
+ <button class="button" type="submit">Send</button>
+</form>