Rich FileManager

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

Click Tools → Update to update to the latest extensions.

Thanks for respondingThis solves the security issue but how do I so that only certain user levels can access the file manager to certain folders?

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.