用户注册,密码找回图片验证码去掉变色背景和干扰点

This commit is contained in:
devil_gong 2019-01-15 18:11:24 +08:00
parent 8adfda9062
commit 885dae279d

View File

@ -339,6 +339,8 @@ class User extends Common
'width' => 100,
'height' => 32,
'key_prefix' => input('type', 'reg'),
'use_point_back' => false,
'use_color_back' => false,
);
$verify = new \base\Verify($params);
$verify->Entry();