<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>CodeCentral Submissions for Jackson Gomes</title>
    <link>http://cc.embarcadero.com/</link>
    <description>CodeCentral Submissions for Jackson Gomes</description>
    <item>
      <title>TUsers Security Component v2.0</title>
      <description>The TUsers Security Component v2.0 is a set of components especially designed to allow developers to easily implement User Authentication and User Rights Management in applications developed with the tools Borland Delphi and C++ Builder. The component allows to control the access of the application through a login screen, where the user's name and password are requested. The component verifies whether the user is valid and reads their access configurations from the security database, applying the user settings in the application.The TUsers Security Component is very easy to use. With the TUsers in action, you don't even need to write code to have strong protection covering all the application. Just drop the components in your forms, create the security database (with a utility included in the component package), configure a few properties and your application is then protected.The component has also several properties, methods and events that allow developers to implement all specific security needs of their applications easily and very fast.The TUsers allows to control the access to all the VCL, including buttons, menu items, Actions, DBGrids, Queries, Tables and Dataset Fields . The TUsers also works with virtually all the 3rd-party components available on the market.</description>
      <link>http://cc.embarcadero.com/Item/28424</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=28424" type="application/zip" length="1340311" />
      <pubDate>2011-08-28T21:02:34</pubDate>
      <dc:date>2011-08-28T21:02:34</dc:date>
      <guid>http://cc.embarcadero.com/Item/28424</guid>
    </item>
    <item>
      <title>TUsers Security Component 2.0.5.0 for D2006</title>
      <description>TUsers Security Component v2.0 is a set of components especially designed to allow developers to easily implement User Authentication and User Rights Management in applications developed with Delphi and C++ Builder.TUsers currently can be used with the follow data access components:  * BDE  * ADO  * IBX  * IBO  * DBISAM  * ADS  * DOA  * dbExpress  * ASTA  * SQL-Direct  * FIBPlus  * ODAC  * PostgresDAC  * mySQLDACTUsers is available from D5 to D2006 (win32 only)More information about TUsers:</description>
      <link>http://cc.embarcadero.com/Item/24299</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=24299" type="application/zip" length="170" />
      <pubDate>2007-01-18T20:30:36</pubDate>
      <dc:date>2007-01-18T20:30:36</dc:date>
      <guid>http://cc.embarcadero.com/Item/24299</guid>
    </item>
    <item>
      <title>TUsers Security Component for Delphi 2006</title>
      <description>The TUsers Security Component v2.0 is a set of components especially designed to allow developers to easily implement User Authentication and User Rights Management in applications developed with the tools Borland Delphi and C++ Builder. The component allows to control the access of the application through a login screen, where the user's name and password are requested. The component verifies whether the user is valid and reads their access configurations from the security database, applying the user settings in the application.The TUsers allows to control the access to all the VCL, including buttons, menu items, Actions, DBGrids, Queries, Tables and Dataset Fields . The TUsers also works with virtually all the 3rd-party components available on the market.   &amp;#187; Protection of any visual control and Tfields of your application  &amp;#187; User's Administration starting from the own application or in a separate application.   &amp;#187; Customization of the Login Screen   &amp;#187; Audit: trace of the users' Login/Logout  &amp;#187; Automatic Dataset Audit  &amp;#187; Security sub-administrators   &amp;#187; Selection of components for protection inside Delphi's IDE  &amp;#187; Registration of components for protection during runtime.  &amp;#187; Minimum password size and an event for password validation   &amp;#187; Maximum number of login attempts  &amp;#187; Event to synchronize the date of the application and the date from a central computer like the network server or the database server   &amp;#187; Multi-application   &amp;#187; User profiles  &amp;#187; Expiration date for the user   &amp;#187; Forces users to change password periodically  &amp;#187; Passwords encrypted and it is possible to customize the cryptography routines  &amp;#187; New user form customization   &amp;#187; Application Time Out  &amp;#187; Does not allow multiple logins with a same user name   &amp;#187; Disables a user after N days without using the application  &amp;#187; Disables a user after N attemps of login with no success   &amp;#187; Easy localization of the component.   </description>
      <link>http://cc.embarcadero.com/Item/23791</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=23791" type="application/zip" length="1320679" />
      <pubDate>2005-11-23T02:35:19</pubDate>
      <dc:date>2005-11-23T02:35:19</dc:date>
      <guid>http://cc.embarcadero.com/Item/23791</guid>
    </item>
    <item>
      <title>TUsers Security Component</title>
      <description>The TUsers Security Component v2.0 is a set of components especially designed to allow developers to easily implement User Authentication and User Rights Management in applications developed with the tools Borland Delphi and C++ Builder. The component allows to control the access of the application through a login screen, where the user's name and password are requested. The component verifies whether the user is valid and reads their access configurations from the security database, applying the user settings in the application. The TUsers Security Component is very easy to use. With the TUsers in action, you don't even need to write code to have strong protection covering all the application. Just drop the components in your forms, create the security database (with a utility included in the component package), configure a few properties and your application is then protected. The component has also several properties, methods and events that allow developers to implement all specific security needs of their applications easily and very fast.The TUsers allows to control the access to all the VCL, including buttons, menu items, Actions, DBGrids, Queries, Tables and Dataset Fields . The TUsers also works with virtually all the 3rd-party components available on the market. Some features in TUsers 2.x --------------------------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 componentNow 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 &amp;quot;unit xxx.pas was compiled with diferent version of unit yyy.pas&amp;quot; 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 ModuleWe 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 InheritanceIt'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 locallyNow 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 ProfileThe 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 AuditThe 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. </description>
      <link>http://cc.embarcadero.com/Item/22536</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=22536" type="application/zip" length="2696584" />
      <pubDate>2004-10-19T22:35:49</pubDate>
      <dc:date>2004-10-19T22:35:49</dc:date>
      <guid>http://cc.embarcadero.com/Item/22536</guid>
    </item>
    <item>
      <title>TUsers Security Component v2.0.0.3</title>
      <description>The TUsers Security Component v2.0 is a set of components especially designed to allow developers to easily implement User Authentication and User Rights Management in applications developed with the tools Borland Delphi and C++ Builder. The component allows to control the access of the application through a login screen, where the user's name and password are requested. The component verifies whether the user is valid and reads their access configurations from the security database, applying the user settings in the application. The TUsers Security Component is very easy to use. With the TUsers in action, you don't even need to write code to have strong protection covering all the application. Just drop the components in your forms, create the security database (with a utility included in the component package), configure a few properties and your application is then protected. The component has also several properties, methods and events that allow developers to implement all specific security needs of their applications easily and very fast.The TUsers allows to control the access to all the VCL, including buttons, menu items, Actions, DBGrids, Queries, Tables and Dataset Fields . The TUsers also works with virtually all the 3rd-party components available on the market. New features in TUsers 2.x --------------------------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 componentNow 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 &amp;quot;unit xxx.pas was compiled with diferent version of unit yyy.pas&amp;quot; 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 ModuleWe 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 InheritanceIt'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 locallyNow 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 ProfileThe 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 AuditThe 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.  </description>
      <link>http://cc.embarcadero.com/Item/21923</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=21923" type="application/zip" length="5904131" />
      <pubDate>2004-07-05T00:10:49</pubDate>
      <dc:date>2004-07-05T00:10:49</dc:date>
      <guid>http://cc.embarcadero.com/Item/21923</guid>
    </item>
    <item>
      <title>TUsersCS Security Component v1.971 for C++Builder</title>
      <description>TUsersCS Security Component is a powerful component that allows developers to easily add password protection and access control to the resources of C++ Builder applications. This way your customers will be safe from unauthorized users having access to the application and also they can restrict the access of some users to certain parts of the application. The component allows control to the access of the application through a login screen, where the user name and its password are requested. When the component verifies the user is valid, it loads the user access configuration from the security database and applies the user's restrictions to the application. Then the component will disable or make invisible all the application's components the user can&amp;#8217;t have access to; like buttons, panels, dbnavigator's buttons, dbgrid's columns, fields, toolbars, menuitems, Action items and virtually any TControl descendant. Component Features:&amp;#183; Customization of the Login Screen&amp;#183; Protection of any visual control and Tfields of your application&amp;#183; Audit: trace of the users' Login/Logout and possibility of trace of other activities as record deletion. &amp;#183; Security sub-administrators&amp;#183; Selection of components for protection inside Delphi&amp;#8217;s IDE&amp;#183; Minimum password size and a event for pasword validation &amp;#183; Maximum number of attemps of login &amp;#183; Event to sincronize the date of the application with the date from a central computer like the network server or the database server&amp;#183; Multi-application&amp;#183; User profiles&amp;#183; Expiration date for the user&amp;#183; Forces users to change password periodically&amp;#183; Works with any database that is accessible from BDE&amp;#183; Passwords encrypted and is possible to customize the cryptography routines&amp;#183; Customization of the user&amp;#8217;s cadaster screen&amp;#183; Access restriction to records&amp;#183; Application Time Out &amp;#183; Several Reports&amp;#183; Do not allows multiple logins for a same user name &amp;#183; Disable a user after N days without using the application&amp;#183; Disable a user after N attemps of login with no success&amp;#183; Ease localization of the component. Ready to be used in english, portuguese and spanish.CheersJackson GomesTools&amp;amp;Comps - Security Components for Delphi/C++Builder (BDE, ADOExpress, Interbase Express and ASTA)e-mail: info@toolsandcomps.comWeb Site: http://www.toolsandcomps.comPhone: 55 27 99602760/55 27 2994035</description>
      <link>http://cc.embarcadero.com/Item/15706</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=15706" type="application/zip" length="2257891" />
      <pubDate>2003-01-18T14:19:31</pubDate>
      <dc:date>2003-01-18T14:19:31</dc:date>
      <guid>http://cc.embarcadero.com/Item/15706</guid>
    </item>
    <item>
      <title>TUsersCS Security Component v1.971</title>
      <description>The TUsersCS Security Component is a powerful component that allows developers to easily add password protection and access control to the resources in applications written using Delphi and C++Builder. This way your customers will be safe from unauthorized users having access to the application and also they can restrict the access of some users to certain parts of the application. The component allows control to the access of the application through a login screen, where the user name and its password are requested.  When the component verifies the user is valid, it loads the user access configuration from the security database and applies the user's restrictions to the application.  Then the component will disable or make invisible all the application's components the user can&amp;#8217;t have access to; like buttons, panels, dbnavigator's buttons, dbgrid's columns, fields, toolbars, menuitems, Action items and virtually any TControl descendant. Component Features:&amp;#183; Protection of any visual control and Tfields of your application&amp;#183; User&amp;#8217;s Administration starting from the own application or in a separate application.&amp;#183; Customization of the Login Screen&amp;#183; Audit: trace of the users' Login/Logout and possibility of trace of other activities as record deletion. &amp;#183; Security sub-administrators&amp;#183; Selection of components for protection inside Delphi&amp;#8217;s IDE&amp;#183; Registration of components for protection during runtime.&amp;#183; Minimum password size and a event for pasword validation &amp;#183; Maximum number of attemps of login &amp;#183; Event to sincronize the date of the application with the date from a central computer like the network server or the database server&amp;#183; Multi-application&amp;#183; User profiles&amp;#183; Expiration date for the user&amp;#183; Forces users to change password periodically&amp;#183; Works with any database that is accessible from BDE&amp;#183; Passwords encrypted and is possible to customize the cryptography routines&amp;#183; Customization of the user&amp;#8217;s cadaster screen&amp;#183; Access restriction to records&amp;#183; Application Time Out &amp;#183; Several Reports&amp;#183; Do not allows multiple logins for a same user name &amp;#183; Disable a user after N days without using the application&amp;#183; Disable a user after N attemps of login with no success&amp;#183; Ease localization of the component. Ready to be used in english, portuguese and spanish.&amp;gt;&amp;gt;&amp;gt; Added full support to Developer's Express components (Express Bars, Express Quantum Grid and Express Quantum TreeList).   Cheers Jackson GomesTools&amp;amp;Comps - Security Components for Delphi/C++Builder  (BDE, ADOExpress, Interbase Express and ASTA)e-mail: info@toolsandcomps.comWeb Site: http://www.toolsandcomps.comPhone: 55 27 99602760/55 27 2994035</description>
      <link>http://cc.embarcadero.com/Item/14793</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=14793" type="application/zip" length="2022838" />
      <pubDate>2003-01-17T19:01:37</pubDate>
      <dc:date>2003-01-17T19:01:37</dc:date>
      <guid>http://cc.embarcadero.com/Item/14793</guid>
    </item>
    <item>
      <title>TUsersCS Security Component</title>
      <description>The TUsersCS Security Component is a powerful add-on that allows developers to easily add password protection and user rights control in applications written in Delphi. The component allows control to the access of the application through a login screen, where the user name and its password are requested.  When the component verifies the user is valid, it loads the user access configuration from the security database and applies the user's restrictions to the application.  Then the component will disable or make invisible all the application's components the user can&amp;#8217;t have access to; like buttons, panels, dbnavigator's buttons, dbgrid's columns, fields, toolbars, menuitems, Action items and virtually any TControl descendant. Component Features:&amp;#183; Protection of any visual control and Tfields of your application&amp;#183; User&amp;#8217;s Administration starting from the own application or in a separate application.&amp;#183; Customization of the Login Screen&amp;#183; Audit: trace of the users' Login/Logout and possibility of trace of other activities as record deletion. &amp;#183; Security sub-administrators&amp;#183; Selection of components for protection inside Delphi&amp;#8217;s IDE&amp;#183; Registration of components for protection during runtime.&amp;#183; Minimum password size and a event for password validation &amp;#183; Maximum number of attemps of login &amp;#183; Event to sincronize the date of the application with the date from a central computer like the network server or the database server&amp;#183; Multi-application&amp;#183; User profiles&amp;#183; Expiration date for the user&amp;#183; Forces users to change password periodically&amp;#183; Works with any database that is accessible from BDE&amp;#183; Passwords encrypted and is possible to customize the cryptography routines&amp;#183; Customization of the new user form&amp;#183; Access restriction to records (needs programming)&amp;#183; Application Time Out &amp;#183; Several Reports&amp;#183; Do not allows multiple logins for a same user name &amp;#183; Disable a user after N days without using the application&amp;#183; Disable a user after N attemps of login with no success&amp;#183; Ease localization of the component. Ready to be used in english, portuguese, spanish, french and &amp;#8216;dutch&amp;#8217;.</description>
      <link>http://cc.embarcadero.com/Item/18634</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=18634" type="application/zip" length="1078634" />
      <pubDate>2002-08-09T12:18:15</pubDate>
      <dc:date>2002-08-09T12:18:15</dc:date>
      <guid>http://cc.embarcadero.com/Item/18634</guid>
    </item>
    <item>
      <title>TUsersDBexpess Security Component</title>
      <description>The TUsersDBExpress Security Component is a powerful add-on that allows developers to easily add password protection and access control to the resources in applications written using Delphi and C++Builder. This way your customers will be safe from unauthorized users having access to the application and also they can restrict the access of some users to certain parts of the application. The component allows control to the access of the application through a login screen, where the user name and its password are requested.  When the component verifies the user is valid, it loads the user access configuration from the security database and applies the user's restrictions to the application.  Then the component will disable or make invisible all the application's components the user can&amp;#8217;t have access to; like buttons, panels, dbnavigator's buttons, dbgrid's columns, fields, toolbars, menuitems, Action items and virtually any TControl descendant. Component Features:&amp;#183; Protection of any visual control and Tfields of your application&amp;#183; User&amp;#8217;s Administration starting from the own application or in a separate application.&amp;#183; Customization of the Login Screen&amp;#183; Audit: trace of the users' Login/Logout and possibility of trace of other activities as record deletion. &amp;#183; Security sub-administrators&amp;#183; Selection of components for protection inside Delphi&amp;#8217;s IDE&amp;#183; Registration of components for protection during runtime.&amp;#183; Minimum password size and a event for pasword validation &amp;#183; Maximum number of attemps of login &amp;#183; Event to sincronize the date of the application with the date from a central computer like the network server or the database server&amp;#183; Multi-application&amp;#183; User profiles&amp;#183; Expiration date for the user&amp;#183; Forces users to change password periodically&amp;#183; Works with any database that is accessible from dbExpress&amp;#183; Passwords encrypted and is possible to customize the cryptography routines&amp;#183; Customization of the new user form&amp;#183; Access restriction to records (needs programming)&amp;#183; Application Time Out &amp;#183; Several Reports&amp;#183; Do not allows multiple logins for a same user name &amp;#183; Disable a user after N days without using the application&amp;#183; Disable a user after N attemps of login with no success&amp;#183; Ease localization of the component. Ready to be used in english, portuguese, spanish and french.</description>
      <link>http://cc.embarcadero.com/Item/18678</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=18678" type="application/zip" length="1263526" />
      <pubDate>2002-08-08T13:43:27</pubDate>
      <dc:date>2002-08-08T13:43:27</dc:date>
      <guid>http://cc.embarcadero.com/Item/18678</guid>
    </item>
    <item>
      <title>TUsersCSLite Security Component</title>
      <description>TUsersCSLite (Client/Server version) is a component that make simple implement the control of security in programs written in Delphi. With a little configuration at desing time, your application is ready to control the permissions of its users. With TUsersCSLite you do not need to write code for implementing the user's control. You just need to connect it to the TMenu component of your main form and the component take cares of everything for you.Through the connection with the menu of your application's main form, the TUsersCSLite allows that the security administrator of your application grants permissions to the user for each item in the menu. All the user's permissions are shown in a tree that imitate the menu hierarchy of your application. The administrator just need to click in the desired item to grant or not the user's permissions to this item. When the user starts the application, the component TUsersCSLite will disable or make invisible (in accordance with the profile the users belongs to) the menu items the user do not have permissions.</description>
      <link>http://cc.embarcadero.com/Item/18653</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=18653" type="application/zip" length="1071817" />
      <pubDate>2002-08-08T13:30:39</pubDate>
      <dc:date>2002-08-08T13:30:39</dc:date>
      <guid>http://cc.embarcadero.com/Item/18653</guid>
    </item>
    <item>
      <title>TUsersIBX Security Component v1.95 (IBX 5.03/6.03)</title>
      <description>TUsersIBX Security Component is a powerful component that allows developers to easily add password protection and access control to the resources of Delphi applications. This way your customers will be safe from unauthorized users having access to the application and also they can restrict the access of some users to certain parts of the application.The component allows control to the access of the application through a login screen, where the user name and its password are requested.  When the component verifies the user is valid, it loads the user access configuration from the security database and applies the user's restrictions to the application.  Then the component will disable or make invisible all the application's components the user can't have access to; like buttons, panels, dbnavigator's buttons, dbgrid's columns, fields, toolbars, menuitems, Action items and virtually any TControl descendant.TUsersIBX access the security database using the Interbase Expresscomponents and it's totally driven to applications that uses Interbase as database.Component Features:&amp;#183; Customization of the Login Screen&amp;#183; Protection of any visual control and Tfields of your application&amp;#183; Audit: trace of the users' Login/Logout and possibility of trace of other activities as record deletion.&amp;#183; Security sub-administrators&amp;#183; Selection of components for protection inside Delphi's IDE&amp;#183; Minimum password size and a event for pasword validation&amp;#183; Maximum number of attemps of login&amp;#183; Event to sincronize the date of the application with the date from acentral computer like the network server or the database server&amp;#183; Multi-application&amp;#183; User profiles&amp;#183; Expiration date for the user&amp;#183; Forces users to change password periodically&amp;#183; Passwords encrypted and is possible to customize the cryptography routines &amp;#183; Customization of the user's cadaster screen&amp;#183; Access restriction to records&amp;#183; Application Time Out&amp;#183; Several Reports&amp;#183; Do not allows multiple logins for a same user name&amp;#183; Disable a user after N days without using the application&amp;#183; Disable a user after N attemps of login with no success&amp;#183; Ease localization of the component. Ready to be used in english,portuguese and spanish.</description>
      <link>http://cc.embarcadero.com/Item/15737</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=15737" type="application/zip" length="1676682" />
      <pubDate>2002-06-05T12:51:49</pubDate>
      <dc:date>2002-06-05T12:51:49</dc:date>
      <guid>http://cc.embarcadero.com/Item/15737</guid>
    </item>
    <item>
      <title>TUsersDBExpress Security Component - Kylix Edition</title>
      <description>TUsersDBExpress Security Component is a powerful component that allows developers to easily add password protection and access control to the components/resources of Kylix applications. This way your customers will be safe from unauthorized users having access to the application and also they can restrict the access of some users to certain parts of the application. The component allows control to the access of the application through a login screen, where the user name and its password are requested. When the component verifies the user is valid, it loads the user access configuration from the security database and applies the user's restrictions to the application. Then the component will disable or make invisible all the application's components the user can&amp;#8217;t have access to like buttons, panels, dbnavigator's buttons, dbgrid's columns, fields, toolbars, menuitems, Action items and virtually any TControl descendant. Component Features:* Customization of the Login Screen* Protection of any visual control and Tfields of your application* Audit: trace of the users' Login/Logout and possibility of trace of other activities as record deletion. * Security sub-administrators* Selection of components for protection inside Delphi&amp;#8217;s IDE* Minimum password size and a event for pasword validation * Maximum number of attemps of login * Event to sincronize the date of the application with the date from a central computer like the network server or the database server* Multi-application* User profiles* Expiration date for the user* Forces users to change password periodically* Works with any database that is accessible using DBExpress* Passwords encrypted and is possible to customize the cryptography routines* Customization of the user&amp;#8217;s cadaster screen* Access restriction to records* Application Time Out * Several Reports* Do not allows multiple logins for a same user name * Disable a user after N days without using the application* Disable a user after N attemps of login with no success* Ease localization of the component. Ready to be used in english, portuguese and spanish.</description>
      <link>http://cc.embarcadero.com/Item/16782</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=16782" type="application/zip" length="2876051" />
      <pubDate>2001-10-23T14:13:51</pubDate>
      <dc:date>2001-10-23T14:13:51</dc:date>
      <guid>http://cc.embarcadero.com/Item/16782</guid>
    </item>
    <item>
      <title>TUsersDBExpress Security Component v1.83</title>
      <description>The TUsersDBExpress Security Component is a powerful component that allows developers to easily add password protection and access control to the resources in applications written using Delphi and C++Builder. This way your customers will be safe from unauthorized users having access to the application and also they can restrict the access of some users to certain parts of the application. The component allows control to the access of the application through a login screen, where the user name and its password are requested.  When the component verifies the user is valid, it loads the user access configuration from the security database and applies the user's restrictions to the application.  Then the component will disable or make invisible all the application's components the user can&amp;#8217;t have access to; like buttons, panels, dbnavigator's buttons, dbgrid's columns, fields, toolbars, menuitems, Action items and virtually any TControl descendant. Component Features:&amp;#183; Protection of any visual control and Tfields of your application&amp;#183; User&amp;#8217;s Administration starting from the own application or in a separate application.&amp;#183; Customization of the Login Screen&amp;#183; Audit: trace of the users' Login/Logout and possibility of trace of other activities as record deletion. &amp;#183; Security sub-administrators&amp;#183; Selection of components for protection inside Delphi&amp;#8217;s IDE&amp;#183; Registration of components for protection during runtime.&amp;#183; Minimum password size and a event for pasword validation &amp;#183; Maximum number of attemps of login &amp;#183; Event to sincronize the date of the application with the date from a central computer like the network server or the database server&amp;#183; Multi-application&amp;#183; User profiles&amp;#183; Expiration date for the user&amp;#183; Forces users to change password periodically&amp;#183; Works with any database that is accessible from dbExpress&amp;#183; Passwords encrypted and is possible to customize the cryptography routines&amp;#183; Customization of the new user form&amp;#183; Access restriction to records&amp;#183; Application Time Out &amp;#183; Several Reports&amp;#183; Do not allows multiple logins for a same user name &amp;#183; Disable a user after N days without using the application&amp;#183; Disable a user after N attemps of login with no success&amp;#183; Ease localization of the component. Ready to be used in english, portuguese and spanish.</description>
      <link>http://cc.embarcadero.com/Item/16586</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=16586" type="application/zip" length="1394711" />
      <pubDate>2001-09-29T17:44:11</pubDate>
      <dc:date>2001-09-29T17:44:11</dc:date>
      <guid>http://cc.embarcadero.com/Item/16586</guid>
    </item>
    <item>
      <title>TUsersDBExpress Security Component</title>
      <description>TUsersDBExpress Security Component is a powerful component that allows developers to easily add password protection and access control to the components/resources of Kylix applications. This way your customers will be safe from unauthorized users having access to the application and also they can restrict the access of some users to certain parts of the application. The component allows control to the access of the application through a login screen, where the user name and its password are requested. When the component verifies the user is valid, it loads the user access configuration from the security database and applies the user's restrictions to the application. Then the component will disable or make invisible all the application's components the user can&amp;#8217;t have access to like buttons, panels, dbnavigator's buttons, dbgrid's columns, fields, toolbars, menuitems, Action items and virtually any TControl descendant. Component Features:* Customization of the Login Screen* Protection of any visual control and Tfields of your application* Audit: trace of the users' Login/Logout and possibility of trace of other activities as record deletion. * Security sub-administrators* Selection of components for protection inside Delphi&amp;#8217;s IDE* Minimum password size and a event for pasword validation * Maximum number of attemps of login * Event to sincronize the date of the application with the date from a central computer like the network server or the database server* Multi-application* User profiles* Expiration date for the user* Forces users to change password periodically* Works with any database that is accessible using DBExpress* Passwords encrypted and is possible to customize the cryptography routines* Customization of the user&amp;#8217;s cadaster screen* Access restriction to records* Application Time Out * Several Reports* Do not allows multiple logins for a same user name * Disable a user after N days without using the application* Disable a user after N attemps of login with no success* Ease localization of the component. Ready to be used in english, portuguese and spanish.</description>
      <link>http://cc.embarcadero.com/Item/15615</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=15615" type="application/zip" length="2640873" />
      <pubDate>2001-02-26T18:16:44</pubDate>
      <dc:date>2001-02-26T18:16:44</dc:date>
      <guid>http://cc.embarcadero.com/Item/15615</guid>
    </item>
  </channel>
</rss>