On a page I'm adding retrieve forgotten USERNAME
Step 1) Enter email address (Get account by email)
Step 2) Verify Security Question (they provide answer and I validate it)
Step 3) Send them an email with username
Step 2 is where I'm stuck. How do I validate the answer with what's stored in the database?
All values are hashed.
I see other questions posted similar to this but they don't answer the question, at least not clearly.