将Portal设置页面中无用的内容删除:
在/portal-master/portal-impl/src/portal.properties文件中,有如下配置:
# # Input a list of sections that will be included as part of the company # settings form. # company.settings.form.configuration=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-bin company.settings.form.identification=addresses,phone-numbers,additional-email-addresses,websites company.settings.form.miscellaneous=display-settings,analytics,google-apps # # Input a list of sections that will be included as part of the company # authentication settings form. # company.settings.form.authentication=general,ldap,cas,facebook,ntlm,open-id,open-sso,siteminder
修改为:
# # Input a list of sections that will be included as part of the company # settings form. # company.settings.form.configuration=general,authentication,users,mail-host-names,email-notifications #company.settings.form.configuration=general,authentication,users,mail-host-names,email-notifications,content-sharing,recycle-bin company.settings.form.identification=addresses,phone-numbers,additional-email-addresses,websites company.settings.form.miscellaneous=display-settings # # Input a list of sections that will be included as part of the company # authentication settings form. # company.settings.form.authentication=general,ldap,cas
本文详细介绍了如何在/portal-master/portal-impl/src/portal.properties文件中删除无用的Portal设置页面内容,包括移除特定的公司设置和身份验证设置部分。
1346

被折叠的 条评论
为什么被折叠?



