How to make sure that reported issues are not caused by wrong credentials or typos of the client? [duplicate]

softwareengineering.stackexchange https://softwareengineering.stackexchange.com/questions/236016

문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 softwareengineering.stackexchange
scroll top