propList.add("newpassword");
notificationProperties.put(NEW_PASSWORD, propList);
}
AccountStatusNotification notification =
new AccountStatusNotification(notificationType, userEntry,
Message.raw("Test Modification"),
notificationProperties);
handler.handleStatusNotification(notification);
}