Customize the User Profile Tab

Last modified by Eleni Cojocariu-testing account on 2026/08/24 21:13

Steps

The Profile tab of every user profile displays the same fields, grouped into the same sections and configured once for the whole wiki as part of user administration. To change them:

  1. Add the properties you want to display to the XWiki.XWikiUsers class in the Class editor, if they do not exist yet.

    add-class-property.png

  2. Open the wiki administration and go to "Users & Rights" > "User Profile".

    user-profile-section.png

  3. List in "Section IDs" the sections the Profile tab must display, in the order they should appear.

    displayed-sections.png

  4. Set each section's "Section Properties" to the XWiki.XWikiUsers properties it must show.

    section-properties.png

  5. Click "Save".
  6. Notice that the Profile tab of every user profile now displays the sections and fields you configured.

    profile-tab-customized.png

FAQ

Why does a property I added not appear on the Profile tab?

A property is displayed only when it is listed in the "Section Properties" of a section whose identifier is itself listed in "Section IDs".

Does this configuration apply to users who already exist?

Yes. It is stored once for the whole wiki, and every user's Profile tab is rendered from it.

Related

Get Connected