Forum Moderators: open

Message Too Old, No Replies

expiring passwords

looking for a solution

         

sarkye

1:55 pm on Dec 2, 2001 (gmt 0)

10+ Year Member



having discovered that my expiring page plan isn't going to work, (thank you to everyone who gave advice on that - it won't go to waste! I'll find another use for it!) I've decided that the best solution is to have a page that requires a password in order to view it.

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 :)

sarkye

2:47 pm on Dec 2, 2001 (gmt 0)

10+ Year Member



already solved it - sorry

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.

rcjordan

2:48 pm on Dec 2, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Is the password to remain viable until used, however long that might be?

<added>
>already solved it

That was fast. Strike the above question.