acl_users has a login_name for each user which is not necessarily the same as the user_id. It looks like the principals.json contains all of the custom user schema (stored in portal_memberdata I believe) but does not contain login_name, nor do I see it anywhere else.
Should this be exported/imported in the principals.json file, or is it better to put it elsewhere for whatever reason?
acl_users has a
login_namefor each user which is not necessarily the same as theuser_id. It looks like the principals.json contains all of the custom user schema (stored in portal_memberdata I believe) but does not contain login_name, nor do I see it anywhere else.Should this be exported/imported in the principals.json file, or is it better to put it elsewhere for whatever reason?