service-captcha/resources/views/private
Leonid Nikitin b5db913c24
Add demo mode restrictions to user operations.
Added functionalities to restrict certain user operations like update, password change, and deletion in demo mode. This is done to prevent demo users from modifying crucial data. Helper methods are created for standard re-usable checks. Also, Blade directive is added for frontend UI demo checks.
2023-12-05 00:53:04 +06:00
..
_scripts Added click confirmation script. 2023-07-12 23:31:20 +06:00
captcha_tokens Add captcha code integration instructions to edit page. 2023-12-04 22:44:40 +06:00
components/forms Added the ability to manage users. 2023-08-01 22:04:35 +06:00
dashboard Add captcha tokens management. 2023-08-22 00:15:35 +06:00
layout Add demo mode restrictions to user operations. 2023-12-05 00:53:04 +06:00
profile Added the ability to save user settings. 2023-07-10 21:42:55 +06:00
roles Added @can('delete', $role). 2023-08-01 22:09:39 +06:00
users Added the ability to manage users. 2023-08-01 22:04:35 +06:00