views:

57

answers:

2

We have a very old client that is having problems trying to log in to a website. At the moment we think the user is not entering a correct username.

The site is in ASP does any one have any code that I could borrow that would be able to log and write down whats posted and then post that user name and password to the normal submit function.

+1  A: 

Send the old client an email asking him what his username is. He'll probably mistype it in his reply the same way he mistypes it in the web form.

C. Dragon 76
password is "welcome" I am not sure if you can muck that up I have called him on the phone and said you are typing in "W E L C O M E" yes and your username "D A V I D" The guy is in his 70's I am just lost as to what the problem could be.
John
What about writing the password as a MD5 string for you people who are worried about security "40be4e59b9a2a2b5dffb918c0e86b3d7" is welcome
John
Just added some javascript checking to make sure there is a user name and password entered still no joy.
John
Tried in crome still no issue user is using IE7
John
+1  A: 

Give him a call, and tell him to spell out each letter/keystroke as he tries to log in.

thomask