Multiple users

0
Hi all, Im making an application which has multiple users and each users have their own content. I need a method to display the content which is only meant for that particular user. How do I do that? Thanks and Regards.
asked
1 answers
1

If you mean to display objects that are made by the user you can use a security entity setting such as:

If you mean access to certain parts of the application then you configure user roles and specific module roles for access to parts in those modules only

answered