Core.web

Users & privileges system - Core.web

There is no web content management without the users managing the content. Go figure ;-)

User authentication system integrated in the core.web framework is as strong as any other system out there. Irreversible password encryption, SSL encrypted login to the administration interface (optional), ability to allow visitor registration (in this case, the user activation process is email based, to prevent bogus email addresses), different privilege levels for different users, etc.

All of this is not chiseled in stone, and can be further customized according to the client’s specific needs and/or requirements. Existing implementations include: NTLM or LDAP based authentication for intranet based applications, integration with other (third-party) user management systems, and so on…