Folders, contents and other assets display outdated user name/surname
How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!
While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.
Legacy Article
You are viewing an article from our legacy "FastTrack"
publication program, made available for informational purposes. Articles
in this program were published without a requirement for independent
editing or verification and are provided"as is" without
guarantee.
Before using any information from this article, independently verify its
suitability for your situation and project.
Issue
- Within the Site administration, asset creators' names are displayed for folders, web content, and documents.
- Updating a user's name and/or surname does not reflect these changes in the aforementioned resources; instead, the previous values continue to be displayed.
- Can these changes be propagated?
- There is no out-of-the-box method to modify this behavior. Records such as folders, documents or web content permanently store the author's name at the time of the action in dedicated database columns, such as
username
o statusbyusername
.
- Therefore, if you need to change the existing values, you would have to do it yourself with some customization. Note that Liferay Support will not be able to assist with designing or implementing customizations.
- In the long term, you could consider implementing a Model Listener that performs these modifications when the user is updated.
Did this article resolve your issue ?