From b4e1258c55f814b9f183a0c9512f16be9395c121 Mon Sep 17 00:00:00 2001 From: fabiodalez-dev Date: Fri, 17 Jul 2026 16:16:38 +0200 Subject: [PATCH] fix(#255): mark the registration Nome field as required in its label MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The public registration form enforces nome as required (the HTML required attribute and the server-side check both do), but its label was missing the * indicator that Email and the toggle-driven Cognome/Telefono/Indirizzo already show — so the field looked optional while it wasn't. Added the asterisk to match the profile and admin user forms, which already mark it. Reported by Himura2la on #255. --- app/Views/auth/register.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Views/auth/register.php b/app/Views/auth/register.php index fd9ce964..14a074ed 100644 --- a/app/Views/auth/register.php +++ b/app/Views/auth/register.php @@ -107,7 +107,7 @@ class="h-20 w-auto object-contain">