The TUsers is a very versatile component. Its broad variety of features allows to implement from the simplest to the strictest security policy for its applications. Version 2.0 has a series of new features, as follows:
Only one version for any data access component
Now the TUsers has only one version and diverse drivers for each data access component. So you don't need to acquire a TUsers for each component. You just need to use the correct driver for your application. The current version includes drivers for BDE, ADO, IBX, MIDAS, DBISAM and ADS. Visit our web site regularly to download other drivers or send us an email requesting the construction of a driver for the data access component you use. Plus, we have eliminated the error "unit xxx.pas was compiled with diferent version of unit yyy.pas" in the trial versions, therefore the source code for the drivers is included and you can compile them in order to test TUsers.
New User Administration Module
We have totally redesigned the User Administration Module. The new module shows the security information of the application in a more organized fashion and it is easier to use. Besides, we have added a series of new functions to make things easier for the security administrator. We have freed the user administration from the main component and a new component that encapsulates the module has been created.
Profile Inheritance
It's a new feature that aims at facilitating the user administration. The administrator can create a user profile and associate it with a Parent profile. Now it is possible to modify permissions in a profile and spread the changes through the profiles inherited, among other functions.
User can have a different profile for each application
Now the users of your applications can have a different profile for each one of them. They must be associated with a profile to use an application. This has allowed us to eliminate one of the tables from the security database, making it smaller.
Security settings are stored locally
Now the user's access configurations are stored on their computers. This new feature aims at eliminating network traffic when the component applies the user security settings in the application forms, plus a faster load of the data. An internal mecanism updates the local information when there are changes in the user security settings.
Standard Profile
The user administrator can choose one of the profiles available and make it the standard profile for new users in an application. When a new user is created, the standard profile is associated with them.
Automatic Dataset Audit
The TUsers now allow Automatic Dataset Audit for all datasets which are registerd for protection. When a user and a dataset are in Audit Mode, all modifications done by the user are logged by Tusers. If the user edits a record, Tusers will store the original as well the modified record. When the user inserts or delete a record, Tusers will store the original record. The TUsers also allow the developer to restore the original, but this task needs a little programation effort.