I have searched for FOSUserBundle private profile, to no avail

Viewed 45

So I have tried to make a symfony project that contains private profiles, and I use FriendsOfSymfony, but if I create a two users, each one can see the others uploaded file. I tried to search on multiple websites and failed to find something that worked for me. example: Adding extended profile entity to FOS UserBundle

I want to create private profiles for each user to upload files, no one except them should be able to see them(only the admin and the specific user).

2 Answers
Related