ampliato log loginRetail
This commit is contained in:
@@ -351,7 +351,7 @@ public class SystemService {
|
|||||||
|
|
||||||
if (foundUser == null) {
|
if (foundUser == null) {
|
||||||
logger.error(String.format("Credenziali non valide utente: %s ( %s) ",
|
logger.error(String.format("Credenziali non valide utente: %s ( %s) ",
|
||||||
UtilityString.isNull(username,md5User), multiDBTransactionManager.getPrimaryConnection().getCatalog() + " )"));
|
UtilityString.isNull(username,md5User), UtilityString.isNull(profileDB,multiDBTransactionManager.getPrimaryConnection().getCatalog()) + " )"));
|
||||||
throw new Exception("Credenziali non valide");
|
throw new Exception("Credenziali non valide");
|
||||||
} else if (!foundUser.isAttivo()) {
|
} else if (!foundUser.isAttivo()) {
|
||||||
throw new Exception("Utente non attivo");
|
throw new Exception("Utente non attivo");
|
||||||
|
|||||||
Reference in New Issue
Block a user