Remove login requirement BUT set user specific directories #853
Unanswered
redherring917b
asked this question in
Q&A
Replies: 1 comment
-
I'm back with my own answer i believe, but validation from others would be great! I found this discussion #483 and used the thoughts therein to make some changes that appear to work. // in this block of code, everything that is now $_GET was originally $_POST
Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there! As (many) others have said, lovely app - thanks! My question is this. I'd like to remove the need to login, as validation is going to occur upstream of tinyfilemanager. I know that I can set $use_auth = false; but in the config file I'd like to set user specific directories, so I need to establish the identity of the user with tinyfilemanager. I have a session variable available that identifies the user, but how can I use that variable to set the identify of the user for tinyfilemanager's purposes such that user specific directories set for that user are applied?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions