Community
Participate
Working Groups
if (blocked.equals("true")) {
user.setBlocked(true);
}
String emailConfirmation = userProfileNode.get(UserConstants.KEY_EMAIL_CONFIRMATION, "false");
String emailConfirmation = userProfileNode.get(UserConstants.KEY_EMAIL_CONFIRMATION, "");
if (emailConfirmation.equals("true")) {
if (!emailConfirmation.equals("")) {
user.setConfirmationId(emailConfirmation);
String[] keys = userProfileNode.getUserProfileNode(USER_PROPERTIES).keys();