throw new UserLastNameException();
}
if (!autoUserId) {
if (Validator.isNull(userId)) {
throw new UserIdException();
}
com.dotmarketing.auth.UserIdValidator userIdValidator = (UserIdValidator)InstancePool.get(
PropsUtil.get(PropsUtil.USERS_ID_VALIDATOR));
if (!userIdValidator.validate(userId, companyId)) {
throw new UserIdException();
}
// String[] anonymousNames = PrincipalSessionBean.ANONYMOUS_NAMES;
// for (int i = 0; i < anonymousNames.length; i++) {