|
Tools&Comps releases TUsersDBExpress Security Component
Tools&Comps announces the release of its new product TUsersDBExpress Security Component.
TUsersDBExpress allows developers easily add password protection and access control to resources of Delphi applications like menu items, buttons, grids, page controls, action items, TFields and many more.
You can learn more about our security components here: http://www.toolsandcomps.com/products_tusers.htm
The component is available for USD 249,95 with full source code (Developer Licence)
*********************************
Some Features of our Security Components:
· Protection of any visual control and Tfields of your application
· User's Administration starting from the own application or in a separate
application.
· Customization of the Login Screen
· 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's IDE
· Registration of components for protection during runtime.
· 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
· Passwords encrypted and is possible to customize the cryptography routines
· Customization of the new user form
· 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
· and more...
Jackson Gomes
Tools&Comps - Security Components for Delphi, C++ Builder and Kylix.
Web Site: http://www.toolsandcomps.com
Our Forum: http://www.toolsandcomps.com/cgi-bin/view.pl
e-mail: jackson@toolsandcomps.com
Phone: 55 27 99602760 / 55 27 3891138
Related Discussions - FRIENDS IN DELPHI ?? (OR OTHER ACCESS WORKAROUNDS) (2001-01-04 09:08:37)One of the quirks of Delphi is that classes in the same unit can access protected and private methods and variables. Borland does this a lot in...
- SENDING ICQ MSGS FROM DELPHI (2001-01-03 14:54:03)I tried the ICQ Api, but never used it. I've added a simple ICQPager component to delphipages (Winsock/TCPIP).. it might help...
Q
- HELP WITH EXCEPTIONS ..... I'M GETTING CRAZY! (2001-01-06 19:59:49)How to make it run as if you were running it outside of Delphi.
Tools | Debugger Options --> Language Exceptions.
Their is a checkbox titled...
- REPEATING FUNCTIONS (2001-01-04 09:46:34)The OnIdle event is not hardware dependent. It is called when the program has idle time. The OnIdle event is in TApplication and is a warpper...
- HOW TO CREATE SEQURE LOGIN TO DESKTOP APPLICATION (2001-01-05 09:30:01)I'm not pretty sure, what your intention is. One possible approach would be to use a edit-field, which cannot be "spyed out" by the usual password...
- TELEPHONE BASED APPLICATION (2001-01-08 10:29:39)I did something like this. I wrote a fully operative phone-
based banking applciation in two days using VisualVoice and
Dialogic cards. However,...
- HOW TO FREE UP A QUICKREPORT COMPONENT IN MEMORY...? (2001-01-09 08:05:01)Use :
Begin
if RepForm=Nil then
RepForm:=TRepForm.Create(Application);
End;
- .BMP ISN'T A VALID PICTURE FILE FORMAT!? UHUM!? (2001-01-05 14:59:28)I think you have to Specify
what line the text is in, like this.
Image1.Picture.LoadFromFile(Memo1.Lines.Strings);
If the text in the...
- DELPHI WITH INTERNET.. (2001-01-05 19:35:50)http://www.matlus.com/scripts/website.dll
This site is 100% Delphi built and 100% dynamic. All the content you see here is "database driven" and a...
- SYSTEM.PAS (2001-01-06 04:20:58)Probably you are using NT based OS.
In order to avoid it use Delphi installer program and select only registering while setup asking setup...
|