Forum Moderators: open
Question is, what's the best way to implement a system that allows one-time use of an assigned password?
My PHP/mySQL skills are fair-good so this would be the preferable route but if you've got any suggestions that are better I'd appreciate it. The goal is to avoid manual administration of the passwords if possible.
Thank you :)
in case you're interested, I passed a purchase authentication code to the last page in the sequence as a variable and requested user input onLoad, user input should = authentication code which must match the variable to prevent redirecting to the 'sorry' page :)
now if I'd just thought about it a little more broadly instead of thinking in straight lines.