User administration in AEM - persisting user properties.
1. I'm using the AEM User admin (http://localhost:4502/libs/granite/security/content/userEditor.html) and I'm trying to change some user properties (Gender for example). Problem is my changes are not getting persisted.
After saving, I get the green SUCCESS notification however when I load the user again the gender field is blank again.
2. If I use the CQ5 User Admin (http://localhost:4502/useradmin) I see a different set of properties (login/firstname/lastname/mail/about/path).
However, when I try to change a property I don't see a save button, and I get a notification when leaving the page that my updates will be lost.
So how do I save my changes in this admin interface ?
Also, why am I seeing a lot more properties in the AEM user admin (job title , address, about , ......)
3. When creating / configuring Segments based on user properties in the configuration console (http://localhost:4502/miscadmin) I again see a different set of user properties (gender,age,country,language).
Where are all these properties coming from, why can't I change them in the user admin screens, how are they stored and why do I get a different set in all these different scenarios ?