I'm wondering how others verify the identity of users they're resetting passwords for. We currently try to speak to a manager at work, but it frustrates end users and seems like we don't trust them. I've heard some say that sending the password via SMS has worked for them, and it seems like there's a reasonable level of security there, but only if users' cell phone numbers are already on file.
|
Essentially handling this revolves around having some combination of factors that can be used to assure that the user requesting the reset is the same person who has authority to the account. As you've noted in your question one of the problems tends to come where retrofitting a password reset system to an existing application as the required information may well not have been gathered initially. Methods I've seen include
Ultimately the checking with managers option is also common and hopefully users could understand that it's not IT staff not trusting them, but that IT staff have to make sure that someone else doesn't access their accounts without authorisation.. |
|||
|
|
|
some other methods:
|
||||
|
|
|
I have also seen where the help desk will ask for another authorized user instead of just a manager. They utilized secret questions (over the phone which is silly, but hey) of an authorized user and then that user verifies that they know the user who is getting the password reset. Works great for a large company that is spread thinly all across the globe, or for consultants who travel. |
|||
|
|