Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

simple authentication scheme

I have an online registry of professionals with about 300 members. These are smart people, but non technical. Currently, if somebody forgets their email address, the system resends it to the email address they registered with.

The problem is that people change their email addresses over time, then forget their password, and can't receive the reminder.

I need to come up with a simple authentication system that allows people to recover their passwords even if they have changed email address.

I'm struggling to come up with anything that is even moderately secure that doesn't require the users email address.

Can anyone suggest anything?

like image 975
nedlud Avatar asked Nov 28 '25 08:11

nedlud


1 Answers

Keep their mobile numbers for SMSing-- those might change less often or at least not in tandem with email addresses.

Also consider handling this case via manual support if the user base is only 300; but if you do so, don't forget to be diligent in whatever your manual verification method is. :)

like image 158
Ben Zotto Avatar answered Nov 29 '25 23:11

Ben Zotto