mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-04 13:00:05 +08:00
用户注册,密码找回图片验证码去掉变色背景和干扰点
This commit is contained in:
parent
8adfda9062
commit
885dae279d
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user