service-captcha/app/Captcha
Leonid Nikitin 10425db5e0
Fixed a bug where two identical symbols appeared in a captcha.
The commit fixes an issue where wrong variable was passed as second argument to randomSymbols method. Previously it was using an uninitialized variable 'fakes' which was supposed to be populated by 'success' variable. The 'success' variable already has the set of valid symbols which should be used to generate fake symbols for captcha.
2023-11-26 15:25:36 +06:00
..
Config Add captcha image generation functionality. 2023-06-28 17:29:56 +06:00
Contracts Add captcha image generation functionality. 2023-06-28 17:29:56 +06:00
Dto The return comment of the getCoordinators method has been changed. 2023-09-19 14:21:56 +06:00
Enums Add captcha image generation functionality. 2023-06-28 17:29:56 +06:00
Exceptions Add captcha image generation functionality. 2023-06-28 17:29:56 +06:00
Images Add captcha image generation functionality. 2023-06-28 17:29:56 +06:00
Types Fixed a bug where two identical symbols appeared in a captcha. 2023-11-26 15:25:36 +06:00
Type.php Add captcha image generation functionality. 2023-06-28 17:29:56 +06:00