config: 关闭登录验证码功能

- 将 login_captcha 配置项从 true 修改为 false
- 禁用用户登录时的验证码验证流程
This commit is contained in:
2026-04-09 10:24:57 +08:00
parent b239913dfe
commit 88467b1797

View File

@@ -272,7 +272,7 @@ return [
//会员注册验证码类型email/mobile/wechat/text/false
'user_register_captcha' => 'text',
//登录验证码
'login_captcha' => true,
'login_captcha' => false,
//登录失败超过10次则1天后重试
'login_failure_retry' => true,
//是否同一账号同一时间只能在一个地方登录