Skip Navigation Links


TheInternetProgrammer.com

   
User Management

Managing user information is fundamental to large scale applications. A hierarchy of users must be created, giving unique permissions to every level. This application uniquely identifies each user and assigns them a role based on their type.

By creating a hierarchy of users, this application is able to associate different user types, through a single interface, using manageable code and structure.

The application user hierarchy is
  • Anonymous User
  • Associate User
  • Registered User
  • Confirmed User
  • Administrative User