posted 19 years ago
The method addNew of GenericUserDAO.java creates not only a user, but also group mapping:
this.addToGroup(id, new int[] { SystemGlobals.getIntValue(ConfigKeys.DEFAULT_USER_GROUP) });
The method addNewWithId does not add group mapping.
Because of this difference the users created by two these methods are different
(second ones are not able to see forums, because they do not have a mapping to general group)
[originally posted on jforum.net by Anonymous]