mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #908] Directory Users does not work #597
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#597
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kimaniidaniel on GitHub (Dec 2, 2022).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/908
Direcotry Users does not work for me. I created a user, then restricted where this user can access using directory_users. However whenever I log in as this user I'm dropped directly on the root /public_html/. Any ideas of what I'm doing wrong?
$directories_users = array([ 'mortgagee-dropbox@netherlands.co.gd' => '/home/856260.cloudwaysapps.com/fzhzabfrey/public_html/mortgagee_report/dropbox/' ]);@prasathmani commented on GitHub (Dec 2, 2022):
path should start from web root directory
@kimaniidaniel commented on GitHub (Dec 2, 2022):
Thank you for the reply and this is an AWESOME one page application, i'm soo impressed! However, after making your suggested change it still doesn't work. Now let me explain the setup, I'm not sure if it matters.
I have Tiny File Manager in (root)/dropbox/ folder (so I tell the client log into www.website.com/dropbox/), but the folder I want to give them access to is (root)/mortgagee_report/dropbox/. I'm not sure if this is the problem? I can add you as a user if you want to check it out,
@prasathmani commented on GitHub (Apr 8, 2023):
#724