码迷,mamicode.com
首页 > 其他好文 > 详细

Liferay 6.2 改造系列之十二:修改Portal设置页面表单内容

时间:2016-08-19 19:02:03      阅读:129      评论:0      收藏:0      [点我收藏+]

标签:

将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

  

Liferay 6.2 改造系列之十二:修改Portal设置页面表单内容

标签:

原文地址:http://www.cnblogs.com/luoruiyuan/p/5788578.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!