Hide Forgot
project_key: JBEPP in organization-configuration.xml, there is a mandatory field "groups" for each user, so each user defined in the config file is assigned to /platform/users group. also, there is an org.exoplatform.services.organization.impl.NewUserEventListener doing the same action again. this could be removed.
NewUserEventListener has this configuration that prevents duplicated action for default users: <field name="ignoredUser"> <collection type="java.util.HashSet"> <value><string>root</string></value> <value><string>john</string></value> <value><string>mary</string></value> <value><string>demo</string></value> </collection> </field>
Release Notes Docs Status: Added: Not Yet Documented
Release Notes Docs Status: Removed: Not Yet Documented Added: Not Required