From 6f1845788f1d99a5dcf3ef6c807df5666568b983 Mon Sep 17 00:00:00 2001 From: cmaffio Date: Tue, 28 Jun 2016 11:26:10 +0200 Subject: [PATCH] Rimosso vincolo mail per utenti --- utenti/modutenti.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/utenti/modutenti.php b/utenti/modutenti.php index 297bf06..b01eea8 100755 --- a/utenti/modutenti.php +++ b/utenti/modutenti.php @@ -118,7 +118,7 @@ $(document).ready(function() minlength: 4 }, mail: { - required: true, + required: false, email: true, minlength: 4 }, @@ -135,9 +135,6 @@ $(document).ready(function() required: "Inserire uno nome utente", minlength: jQuery.format("Inserire almeno {0} caratteri") }, - mail: { - required: "Inserire un indirizzo e-mail valido", - }, password2: { equalTo: "Le due password devono essere uguali" }