From 1b9d405f46ad2f7c196eac1ebaa06256dca5e44a Mon Sep 17 00:00:00 2001 From: cmaffio Date: Tue, 28 Jun 2016 11:30:00 +0200 Subject: [PATCH] Modificata dimensione minima utente --- utenti/modutenti.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utenti/modutenti.php b/utenti/modutenti.php index b01eea8..2f5e8d2 100755 --- a/utenti/modutenti.php +++ b/utenti/modutenti.php @@ -120,7 +120,7 @@ $(document).ready(function() mail: { required: false, email: true, - minlength: 4 + minlength: 3 }, password1: { password: "#utente",