service-captcha/app/Services/Private
Leonid Nikitin 8ccbd5000d
Add demo mode restriction to CaptchaToken destroy method.
This commit adds a check to the `destroy` method in the `CaptchaTokenService`. It uses the `Helpers::isDemoModeAndUserDenyUpdate` function to prevent users from deleting tokens while the application is in demo mode. This was added to protect the application's state during presentations or demos.
2023-12-05 21:48:02 +06:00
..
CaptchaTokenService.php Add demo mode restriction to CaptchaToken destroy method. 2023-12-05 21:48:02 +06:00
ProfileService.php Add demo mode restrictions to user operations. 2023-12-05 00:53:04 +06:00
RoleService.php Added the ability to manage a group of users. 2023-07-16 19:21:09 +06:00
UserService.php Add demo mode restrictions to user operations. 2023-12-05 00:53:04 +06:00