Hi!
Part of my website development is being able to recover a password
and upon reading the owasp page i found out that the best one is having a temp password and an expiration
my customers table doesnt have a date column nor temp pw column
do I have to add this columns to my existing table?
is there a better way of doing this?
or is there a really simple script that will help me accomplish this goal?
can you show me an example maybe.
thanks!