I need to restrict user access to filebrowser using permissions. For example, only users with permission “can_upload_files” should be able to see Filebrowser in my custom dashboard.
Is this possible?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If the thing you want to accomplish is to simply hide the “Media Management” group from your dashboard, you can use the following conditional in your
dashboard.pycode:Note that this will not actually limit access to the FileBrowser, simply hide the link.