1

I have found myself a few times in the situation where a client reports an issue like 'I can no longer login to my account'.

Sure enough when trying to login with the client's credentials myself everything works. After that, you start testing in other environments and situations, but still it works every time.

After numerous tests you start to wonder if the user is using the right credentials. Some clients get offended when asking this. Others are so sure that they enter the right credentials, they don't even bother trying the credentials that you send them.

How can I make sure that the client is using the right credentials?

gnat
  • 21,442
  • 29
  • 112
  • 288
jan
  • 113
  • 3
  • 1
    "Can you double check that you didn't mistype your password, please?" – ratchet freak Apr 15 '14 at 14:02
  • @ratchetfreak : even then you can't be sure. They can be a 100% sure of completely wrong credentials. – jan Apr 15 '14 at 14:15
  • 2
    Make the bug report form require the user to retype their credentials to send the bug report. – Adam Zuckerman Apr 15 '14 at 22:40
  • I generally walk over there, tell them I'm having trouble reproducing the problem, and ask pretty please ("sorry for the trouble", etc. etc.) show me again. 50% of the time it's "oh, it's working now! You fixed it!" and the bug is closed. This is why I never take more than an hour to reproduce an issue - if I can't reproduce it in an hour I go back to the client. – Jeffrey Kemp Apr 16 '14 at 13:34

1 Answers1

5

You can't, because the user is already convinced that he/she is using the right credentials.

The best that you can do is to reset their account and inform them of their new password along with instructions on how to proceed.

If you have access to their 'old' password (which is a security risk of itself), then you could just send out a reply telling the user that you have 'changed' their password to that value and that they should use that password from now on.

Bart van Ingen Schenau
  • 71,712
  • 20
  • 110
  • 179