Liferay 6.2 改造系列之二十:修改默认添加用户权限及用户是否拥有个人站点的配置...

1、修改默认添加用户权限为User,而非Powers User:

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

#
# Input a list of default role names separated by \n characters that are
# associated with newly created users.
#
admin.default.role.names=Power User\nUser

修改为:

#
# Input a list of default role names separated by \n characters that are
# associated with newly created users.
#
admin.default.role.names=User

2、修改默认拥有个人站点的用户权限为Powers User,而非User:

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

    #
    # Set this to true if users must have the Power User role to have private
    # pages.
    #
    layout.user.private.layouts.power.user.required=false
……
    #
    # Set this to true if users must have the Power User role to have public
    # pages.
    #
    layout.user.public.layouts.power.user.required=false

修改为:

    #
    # Set this to true if users must have the Power User role to have private
    # pages.
    #
    layout.user.private.layouts.power.user.required=true
……
    #
    # Set this to true if users must have the Power User role to have public
    # pages.
    #
    layout.user.public.layouts.power.user.required=true

转载于:https://www.cnblogs.com/jytx/p/5454573.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值