From c0fd6affaa70333e0f1d372268cbd3a022c48704 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sun, 23 Feb 2020 21:28:00 +0100 Subject: [PATCH 1/2] added email verification page --- threadr/signup/verify-email/index.php | 43 +++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/threadr/signup/verify-email/index.php b/threadr/signup/verify-email/index.php index e69de29..b607c26 100644 --- a/threadr/signup/verify-email/index.php +++ b/threadr/signup/verify-email/index.php @@ -0,0 +1,43 @@ + + + + ThreadR - Verification + + + + + + +
+
+
+

+
E-Mail-Verifikation
+

+
+
+

Bitte senden sie eine E-Mail mit folgendem Inhalt an signup@lostcave.ddnss.de:

+
+ +

%TOKEN%

+ +
+
+ + From d275a2464ba075b90d018b867d8d133fdcf88c81 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sun, 23 Feb 2020 21:30:49 +0100 Subject: [PATCH 2/2] added todo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c4d0bf..9f6b58a 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,5 @@ This way, it is possible to change folder names around and fix the URLs in one p * userhome: setting for users that use VPNs/Proxies * frontend: dropdown menus? * internal status site: add fail2ban status - * add reverse proxy or similar to admin tools to a user account locked external page \ No newline at end of file + * add reverse proxy or similar to admin tools to a user account locked external page + * %TOKEN% for email verification \ No newline at end of file