From 85a2abb49ed13fbd579088ca3f78afe5cac2b82b Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 3 May 2025 20:44:59 -0400 Subject: [PATCH] Add a warning to not enter your real account's credentials I added a warning to the bottom of the login pages everywhere to make sure users do not try to enter their real account credentials. --- resources/templates/launcher.html | 6 ++++-- resources/templates/login.html | 4 +++- resources/templates/register.html | 5 ++++- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/resources/templates/launcher.html b/resources/templates/launcher.html index 796c916..55f58f2 100644 --- a/resources/templates/launcher.html +++ b/resources/templates/launcher.html @@ -21,16 +21,18 @@ -
+
-
+
+

This is not an official login page. It will not accept your official account's credentials, please do not enter them here!

+