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

Liferay 6.2 改造系列之七:关闭使用条款确认、密码提醒、新用户强制修改密码等功能

时间:2016-08-19 19:05:53      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:

关闭使用条款确认:

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

#
# Set this to true if all users are required to agree to the terms of use.
#
terms.of.use.required=true

修改为:

#
# Set this to true if all users are required to agree to the terms of use.
#
terms.of.use.required=false

关闭密码提醒功能:

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

#
# Set this to true to enable reminder queries that are used to help reset a
# user‘s password.
#
users.reminder.queries.enabled=true

修改为:

#
# Set this to true to enable reminder queries that are used to help reset a
# user‘s password.
#
users.reminder.queries.enabled=false

关闭首次登录强制修改密码功能:

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

passwords.default.policy.change.required=true

修改为:

passwords.default.policy.change.required=false

  

Liferay 6.2 改造系列之七:关闭使用条款确认、密码提醒、新用户强制修改密码等功能

标签:

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

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