service-captcha/app
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
..
Captcha Fixed a bug where two identical symbols appeared in a captcha. 2023-11-26 15:25:36 +06:00
Console Added the ability to manage a group of users. 2023-07-16 19:21:09 +06:00
Contracts Add CryptographyContract and its implementation 2023-09-19 14:29:01 +06:00
Dto Revived API POST /api/v1/captcha. 2023-11-26 15:09:42 +06:00
Enums Revived API POST /api/v1/captcha. 2023-11-26 15:09:42 +06:00
Exceptions Revived API /api/v1/captcha. 2023-09-19 14:27:33 +06:00
Helpers Added the ability to save user settings. 2023-07-10 21:42:55 +06:00
Http Revived API POST /api/v1/captcha. 2023-11-26 15:09:42 +06:00
Models Revived API POST /api/v1/captcha. 2023-11-26 15:09:42 +06:00
Policies Add captcha tokens management. 2023-08-22 00:15:35 +06:00
Providers Revived API POST /api/v1/captcha. 2023-11-26 15:09:42 +06:00
Repositories Revived API POST /api/v1/captcha. 2023-11-26 15:09:42 +06:00
Rules Added the ability to manage a group of users. 2023-07-16 19:21:09 +06:00
ServiceResults Revived API POST /api/v1/captcha. 2023-11-26 15:09:42 +06:00
Services Revived API POST /api/v1/captcha. 2023-11-26 15:09:42 +06:00
View/Components Added the ability to manage users. 2023-08-01 22:04:35 +06:00