This is user-rights system with many interesting features:secure password encrypting (2DDES)groups of usersany number of rights (consisting of four basic rights: view, insert, modify, delete) and parameters can be stored for each user and groupparameters can be of type string, integer, and boolean, or consisting of any number of themdevelopers can create powerful custom parameter editorseach parameter can be marked modificable, which allows a user, who owns that parameter to change it's value - useful for parameters like telephoneeach parameter can be marked protected, which means that user cannot set any value giving him wider rightshierarchy of groups, powerful too, which allows Administrators to make possible for some users (for example, bosses) to change others'rights.special constraint system, which disallows users to get wider rightscustomizable database access that allows developers to use any database system they want, two levelspossibility to use from any programming language supporting dlls (soon Delphi and VBasic support)optimized for speed
|