用户注册,密码找回图片验证码去掉变色背景和干扰点
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