Saturday, June 25, 2011

Basic User Login Details Stored In Textfile




Basic User Login Details Stored in text file.

This is a modified version of the earlier application.

This application is written to demonstrate how login details could be stored in external text file. In practice, this method should never be used. Login details stored in text file can easily be read by computer users and hence defeat the purpose of password protection.

The function "fnVerifyLoggerAgainstTextFile()" will read the correct username and password from the textfile "AuthorizedUser.txt" that must be stored in the same folder that contains this mdb application file.

Download Microsot Access application file:



No comments:

Post a Comment