restricted folder by control access
Added by olivier brizard about 1 year ago
I add a connexion manager to put user in his own folder under document root. Like this each user have is own folder and can not see others folders. Only admin can access to document root.
Yo can test here: http://www.beemoon.fr/beeEditor
(messages are in french)
Replies (8)
RE: restricted folder by control access
-
Added by olivier brizard about 1 year ago
after bugs correction all is ok now !!!
user can create and save his folders and files in his own root folder.
admin can create and save in everywhere.
v2.0 RC1 : http://beemoon.fr/beeEditor/
RE: restricted folder by control access
-
Added by Rodrigo Perella 10 months ago
Olivier,
This looks very interesting!
Would you be so kind to share the details about this implementation? I'm trying to achieve the same thing with elFinder, basically I want to have multiple users and each one should access only their own private folders.
Thank you!
RE: restricted folder by control access
-
Added by Flemming Jacobsen 10 months ago
I agree. Interesting implementation that I can actually use. Please share :)
RE: restricted folder by control access
-
Added by Troex Nevelin 10 months ago
That is quiet easy you just set the root dir in connector.php base on currently logged in username like '/path/to/' . $user_dir
RE: restricted folder by control access
-
Added by Flemming Jacobsen 10 months ago
But wont that require that you actually have users ?. I was not under the impression that you could make users for this file manager unless you are talking users like in htaccess
RE: restricted folder by control access
-
Added by Troex Nevelin 9 months ago
You should handle user/authorization on your website not elFinder. elFinder also should be handled by your website.
RE: restricted folder by control access
-
Added by steve graham about 1 month ago
If you want to know how to do this look here:
(1-8/8)