Foren

How do you remove sections under User Information?

Eugene Yum, geändert vor 12 Jahren.

How do you remove sections under User Information?

New Member Beiträge: 2 Beitrittsdatum: 24.08.11 Neueste Beiträge
Under Control Panel -> My Account -> User Information, how do you set up liferay so that users don't see some of the sections like Organizations, Communities, User Groups, Roles, Categorization?

Liferay.com only has Details & Password under the same section?
thumbnail
Abhed Dekavadiya, geändert vor 12 Jahren.

RE: How do you remove sections under User Information? (Antwort)

Junior Member Beiträge: 74 Beitrittsdatum: 05.10.10 Neueste Beiträge
Hi Eugene,

Override below properties in portal-ext.properties
    
    #
    # Input a list of sections that will be included as part of the user form
    # when updating a user in the My Account portlet.
    #
    users.form.my.account.main=details,password,organizations,communities,user-groups,roles,categorization
    users.form.my.account.identification=addresses,phone-numbers,additional-email-addresses,websites,instant-messenger,social-network,sms,open-id
    users.form.my.account.miscellaneous=announcements,display-settings,comments,custom-fields


regards,
Abhed
thumbnail
Mazhar Alam, geändert vor 11 Jahren.

RE: How do you remove sections under User Information?

Regular Member Beiträge: 191 Beitrittsdatum: 25.11.11 Neueste Beiträge
Helpful post.