config(fastadmin): 关闭前台会员中心功能
- 将 fastadmin.usercenter 配置项从 true 改为 false - 禁用前台会员中心页面访问功能
This commit is contained in:
@@ -268,7 +268,7 @@ return [
|
|||||||
//FastAdmin配置
|
//FastAdmin配置
|
||||||
'fastadmin' => [
|
'fastadmin' => [
|
||||||
//是否开启前台会员中心
|
//是否开启前台会员中心
|
||||||
'usercenter' => true,
|
'usercenter' => false,
|
||||||
//会员注册验证码类型email/mobile/wechat/text/false
|
//会员注册验证码类型email/mobile/wechat/text/false
|
||||||
'user_register_captcha' => 'text',
|
'user_register_captcha' => 'text',
|
||||||
//登录验证码
|
//登录验证码
|
||||||
|
|||||||
Reference in New Issue
Block a user