Closed cjango closed 3 weeks ago
I have experienced the same thing on production server, localhost is fine. I think this is related to other packages, version or image extension?
I have experienced the same thing on production server, localhost is fine. I think this is related to other packages, version or image extension?
I have same experience too. Its' look some merged here #300.
Maybe before release update, this can solve with force adjustment in \vendor\mews\captcha\src\Captcha.php
.
Go to line 460 and adjust the $line->width(5);
.
I think if the release update was finished, it's can be configured at \config\captcha.php
using key :
'lineWidth' => 1,
This issue still exists, and the PR to modify the line width has been closed. T__T