ud.setEnabled(entry.getEnabled());
}
try {
UserManager mgr = getRoller().getUserManager();
mgr.saveUser(ud);
getRoller().flush();
CacheManager.invalidate(ud);
} catch (WebloggerException re) {
throw new InternalException("ERROR: could not update user data", re);
}