From 88467b17978a5dd5736acd5d90e89156917cac1e Mon Sep 17 00:00:00 2001 From: leon <916117771@qq.com> Date: Thu, 9 Apr 2026 10:24:57 +0800 Subject: [PATCH] =?UTF-8?q?config:=20=E5=85=B3=E9=97=AD=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=E7=A0=81=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 login_captcha 配置项从 true 修改为 false - 禁用用户登录时的验证码验证流程 --- application/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config.php b/application/config.php index e1fb717..83e80f0 100644 --- a/application/config.php +++ b/application/config.php @@ -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, //是否同一账号同一时间只能在一个地方登录