Tusers v2.x features
TUsers is a very versatile component. Its several features allows to implement from the simplest to the strictest security policy for your applications. Version 2.0 has a series of new features, as follows:
Unique version for several data access component
Now TUsers has a unique version and diverse drivers for each data access component. So you don't need to acquire a TUsers version for each DB Acess component. You just need to use the correct driver for your application. The current version includes drivers for BDE, ADO, IBX, DBX and FireDac. 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.
User Administration Module
The admin module shows the security information of the application in a very organized screen and it is very easy to use. It includes several options to make the administration task easier for the security administrator. The User Administration module is a component that encapsulates all the administration functions as well the user interface.
Profile Inheritance
It's a feature that makes user administration more easy. The administrator create a user profile and associate it with a Parent profile. Modify permissions in a profile and copy the changes through the inherited profiles, among other functions.
User can have a different profile for each application
The users of your applications can have a different profile for each application you have. They must be associated with a profile to use an application.
Security settings can be stored locally
Now the user's access configurations can be stored on their computers. This new feature is to eliminate network traffic when the component applies the user security settings in the application forms, as well faster data load. 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 in the security database 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
TUsers allow Automatic Dataset Audit for all datasets which are registered for protection. When a user and a dataset are in Audit Mode, all modifications made by the user are logged by Tusers. If the user edits a record, TUsers will store the original as well the modified values in the 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 data, but this task needs a little programation effort: you can customize a form and embed it in the user administration module. |