I just started in Odoo and I am doing an exercise in which I have to make the website ask the user to log in before being able to see any of the pages.
I know it can be done page by page by changing auth="public" to "user" in the controllers but that only changes the specific pages that I modify and I need it to do it in all of them, even the ones that are added with new modules later.
I have no idea where to start.
Thanks in advance.