profile
users
How to edit all data of a specific user?
Question
The administration panel does allow to change some of the values such as Name, Surname or organization, but not other fields like function, phone numbers or profile picture. How to edit all data related to a specific user?
Answer
Our wiki, https://academy.jahia.com/documentation/techwiki/admin/users-and-groups#User_profile , is the reference to create a module which could change data of a user. Users are auto publish objects (this means they have the mixin autopublish).
So a session must be opened in the default workspace, that means changes will be automatically published in the live workspace.