What are roles and how do i use them within my application?
Roles are used to help manage authorization for a particular site or even a particular area/location of a site. Role management allows you to specify users in your application to a role to apply access security rules in your application. In other words, roles are groups of users with specific access rights. Roles in an application are used by first creating the various names of the roles that will used within your application. Once the are established, you can assign specific application users to each role, allowing that user to gain/be restricted access to your application. To learn more on this topic, click the following link.