Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Sep : TIdUserManager
| Subject: | TIdUserManager |
| Posted by: | "Jamie Dale" (jamie.da..@yahoo.com) |
| Date: | Sun, 23 Sep 2007 20:30:39 |
Hi
What is this component for then?
I see it has some methods for checking usernames logging on etc, but that is
pretty easy anyway!
What I am surprised about is that it has no way of storing/reading users
into the registry, database, inifile etc. That would of been very useful.
So I take it at the moment, I must do this manually? - If so, whats the
point having he user authentication? - I could just do this:
If Username = StoredUserName then
begin
end;
Am I missing something with this component?