From 64a9bfae4a659f38f33320e59004a1d1dd259a40 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 9 Dec 2025 01:51:38 +0500 Subject: upd: replaced - Account management - <?php echo CONFIG['instance']['name'] ?> + Account management - <?= CONFIG['instance']['name'] ?> @@ -186,7 +186,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") {

Username

- "> + "> @@ -293,9 +293,9 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") { let validUsername = ""; username.addEventListener("input", (e) => { - const regex = ; + const regex = ; - if (regex.test(e.target.value) && e.target.value.length <= ) { + if (regex.test(e.target.value) && e.target.value.length <= ) { validUsername = e.target.value; } else { e.target.value = validUsername; diff --git a/account/login/index.php b/account/login/index.php index b4223f2..14f7c4e 100644 --- a/account/login/index.php +++ b/account/login/index.php @@ -44,7 +44,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") { - Login - <?php echo CONFIG['instance']['name'] ?> + Login - <?= CONFIG['instance']['name'] ?> @@ -57,7 +57,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
@@ -87,7 +87,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
Login with Twitch

Logging in via Twitch gives you the ability to use - emotes in your Twitch chat. + emotes in your Twitch chat.

diff --git a/account/register.php b/account/register.php index 59ea886..292684d 100644 --- a/account/register.php +++ b/account/register.php @@ -67,7 +67,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") { - Register an account - <?php echo CONFIG['instance']['name'] ?> + Register an account - <?= CONFIG['instance']['name'] ?> @@ -81,7 +81,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
@@ -98,7 +98,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {

- Since doesn't require email and password reset via + Since doesn't require email and password reset via email is not supported, please remember your passwords!

-- cgit v1.2.3