Is there a design pattern whereby we can have the user enter some information and be taken to a page where they can be allowed to change the email address to send the reset link? BTW, we do not want to use/store security questions.
We have a unique situation. When a user registers an account and uses their company-based email as the main email account, how can we implement a forgot password scheme if they no longer work for that company and can’t access that email account?
We currently send an email with a reset link to their primary email account. Most do not have a secondary email address and we do not want them to be able to enter just any email address to send the link to.
How has this kind of thing been done before? I don’t know of any sites that do this because most of them require to send an email to the user’s account.
We do ask for business and cell phone numbers, plus several other identifying fields, such as Employer, Job Title. We used to ask for Last4SSN but have opened up for int’l. registrations so we no longer ask for that. We are asking more for what techniques to use to change a user’s EMAIL address if they do not remember their password. Some people don’t have cell phone numbers in their account so text messages to them is not viable and implementing something with secret questions now would not benefit the 300,000 users that we currently have.
I like the idea of them being able to choose which email (masked, of course) to send to but what if they only have one email address?
I’m leaning upon doing something like the credit bureaus do. They ask questions about your credit history like “You recently opened an auto loan on what type of vehicle?” Then they show you 4 vehicle types and you select one of them.
Thoughts?