All details are stored in tables in a Microsoft® Access database.
This database is set with a secure password of "guerr1lla" (the digit after the guerr... is the number one). You can change your database password by Opening the database in Microsoft Access with the Open Exclusive box checked and then clicking on : Tools > Security > Database Password...
If you change the password of your database you will also have to edit the password in the custom.asp file.
The custom.asp file also controls the location of your database. The database is called LM.mdb. The variable called "dpath" in this file specifies the path of the database relative to the directory where you have saved the program files. The database does not need to be in the same directory as the program files.
If you have a dedicated web server you can specify a non-web location for your database by using the DB variable instead of the dpath variable. This allows you to provide even greater security.