Hello everyone
I have rich filemanager installed in phpmaker2024
I would like to know if from the code you can grant permissions for some user level that can enter the folders
The objective is that from the path /vendor/hkvstore/richfilemanager/index.html?&langCode=es you can access all the folders without logging in and this is a security issueany idea of solution
You need to manually customize the function fm_authenticate(), fm_has_read_permission() and fm_has_write_permission() in the filemanager.php of the extension according to your conditions yourself.