Use this component when you want to authenticate the users of your application againts a file from the disk. The component will search for the file #Auth.ini, which must be located in the same folder of the application. Yes there is a # in the filename. This means its a protected file.

The format of the file is a list of UserName and Passwords, like the format below:

[user1]
Password=pwd1

[user2]
Password=pwd2

[user3]
Password=pwd3