Hello,
I have around 10 users that uses our Couch admin installation.
Thing is, we do upload PDF files with sensitive data that should not be visible to some of them.
But from what I can see, when using a "file" editable, it just shows all folders in the little modal window.
So everyone sees all files.
Is there a way to give access to certain folders only when uploading stuff?
For example :
So that line of code would only display "subfolder1" and "subfolder2" in the KCFinder window.
Thank you very much
I have around 10 users that uses our Couch admin installation.
Thing is, we do upload PDF files with sensitive data that should not be visible to some of them.
But from what I can see, when using a "file" editable, it just shows all folders in the little modal window.
So everyone sees all files.
Is there a way to give access to certain folders only when uploading stuff?
For example :
- Code: Select all
<cms:editable name='download_file' label="Download file link" type='file' access='subfolder1 | subfolder2' />
So that line of code would only display "subfolder1" and "subfolder2" in the KCFinder window.
Thank you very much