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

Liferay 6.2 改造系列之十:修改系统登录相关配置

时间:2016-08-19 18:58:43      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:

1、关闭自动登录功能:

在/portal-master/portal-impl/src/portal.properties文件中,有如下配置:

#
# Set this to true to allow users to select the "remember me" feature to
# automatically login to the portal.
#
company.security.auto.login=true

修改为:

#
# Set this to true to allow users to select the "remember me" feature to
# automatically login to the portal.
#
company.security.auto.login=false

2、不允许注册新用户:

在/portal-master/portal-impl/src/portal.properties文件中,有如下配置:

#
# Set this to true to allow strangers to create accounts and register
# themselves on the portal.
#
company.security.strangers=true

修改为:

#
# Set this to true to allow strangers to create accounts and register
# themselves on the portal.
#
company.security.strangers=false

  

 

Liferay 6.2 改造系列之十:修改系统登录相关配置

标签:

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

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