Remove the unused content from the Portal Settings page:
In the/portal-master/portal-impl/src/portal.properties file, the following configuration is available:
# # Input A list of sections that would be included as part of the company# settings form. #company. Settings.form.configu Ration=general,authentication,users,mail-host-names,email-notifications,content-sharing# Company.settings.form.configuration=general,authentication,users,mail-host-names,email-notifications, content-sharing,recycle-bincompany.settings.form.identification=addresses,phone-numbers, additional-email-addresses,websitescompany.settings.form.miscellaneous=display-settings,analytics, google-apps## Input A list of sections that would be being included as part of the company#authentication settings form. #com Pany.settings.form.authentication=general,ldap,cas,facebook,ntlm,open-ID, Open-sso,siteminder
Modified to:
# # Input A list of sections that would be included as part of the company# settings form. #company. Settings.form.configu Ration=general,authentication,users,mail-host-names,email-notifications# Company.settings.form.configuration=general,authentication,users,mail-host-names,email-notifications, content-sharing,recycle-bincompany.settings.form.identification=addresses,phone-numbers, additional-email-addresses,websitescompany.settings.form.miscellaneous=display-settings## Input A List of sections that would be included as part of the company# authentication settings form. #company. settings.form.authent Ication=general,ldap,cas
Liferay 6.2 Retrofit Series 12: Modify the Portal Settings page form content