Hi Mauro, Currently the FolderProvider implementation model on DNN is portal based, there is no out of the box way to setup folder providers per user, and that's the reason of having those settings available only for administrators. I'm not sure what you are trying to implement, but if what you want is to have the "Users" folder on Azure storage so all user personal files (such as videos, pictures, etc.) ends on external storage, you could login as admin and just map that folder to an Azure container using the AzureFolderProvider. Hope this helps. |