Rich FileManager

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
Cat
User
Posts: 98

Rich FileManager

Post by Cat »

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 issue

any idea of ​​solution


Webmaster
User
Posts: 9438

Post by Webmaster »

Click Tools -> Update to update to the latest extensions.


Cat
User
Posts: 98

Post by Cat »

Thanks for responding

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


arbei
User
Posts: 9787

Post by arbei »

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.


Post Reply