boolean autoPassword, String password1, String password2,
String firstName, String lastName, String emailAddress)
throws PortalException, SystemException {
if (Validator.isNull(firstName)) {
throw new UserFirstNameException();
}
else if (Validator.isNull(lastName)) {
throw new UserLastNameException();
}