hexString.append(hex);
}
this.sendPwdRecoveryEmail(ia.getEmail(), ia.getUsername(), otp_pwd);
ia.setPassword(hexString.toString());
//ia.setPassword(otp_pwd);
createInternalAccountBO.update(ia);
} catch(Exception ex){
throw new RuntimeException(ex);
}
}
else