Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a password for login

Status
Not open for further replies.

simonWMC

Programmer
Dec 2, 2002
180
0
0
GB
Hello

I am creating a login screen. I am sending the data to a text file.
I have created some script to enable a password. The problem is, for some reason when the passord writes to the text file it puts an "0" at the start of the password. Therefore, when a user tries to re log on the passwords are not matching.

this is the script that writes the data to the file :

WriteExtFile(dataPath, FirstName ^ Return ^ Last_Name ^ Return ^ Return ^ Collar_Number ^ Return ^ Return ^ LogOn_ID ^ Return ^ passwordEntry ^ Return ^ Return ^ FullTime ^ Return ^ Date )

can any one see anything wrong ???

cheers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top