I do not have much practice in programming and I'm creating a system for registering items like movies, books, games, etc. for a college job. The problem is that I need to use a user manager system so that in the view index of each item type show only what the user registers, for example:
João has registered in his list of films "The Departed" and "Fight Club"; José has registered on his list of films "Harry Potter" and "The Lord of the Rings".
When John logs in, he should only submit the films registered by him, in the same way that when José logs in, he should only submit the films registered by him.
I created the project using "Individual User Account".
Would anyone help me?
Thank you!