From 98a0c5472d3abe24d17c39097f8e6b4d6e7cc2a3 Mon Sep 17 00:00:00 2001 From: "Alfonso Saavedra \"Son Link" Date: Thu, 7 Nov 2024 17:14:32 +0100 Subject: [PATCH] Password limited to 16 characters and several special characters These limitations are temporary until changes are made to the game. --- app/Views/register.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/Views/register.php b/app/Views/register.php index b8d7bfa..a1c6fd1 100644 --- a/app/Views/register.php +++ b/app/Views/register.php @@ -25,10 +25,11 @@ Email address isn't valid - + + The password must be between 6 and 16 characters long. Only letters, numbers and the following special characters are allowed: |@#~~$%()=^*+[]{}-_ - + Passwords don't match