*
* @return true if it's correct, else otherwise
*/
private int CheckPwd (SbiUser tmpUser) throws EMFUserError, Exception {
//gets the active controls to apply:
IConfigDAO configDao = DAOFactory.getSbiConfigDAO();
List lstConfigChecks = configDao.loadConfigParametersByProperties(PROP_NODE);
logger.debug("checks found on db: " + lstConfigChecks.size());
/* initial checks: - all values must be valorized,
* - oldPwd must be correct,
* - newPwd and newPwd2 must be the same */