thewitt
Tue 5th Jun '01, 9:51pm
I have been looking at phpShop as the base for both a shopping cart and a classifieds system (to be written using the core modules as a base).
One of the things is does well is handle lost encrypted passwords.
Here's the blurb from the phpShop.org website core docs:
Generates a new password for the given user email address. It works by generating a new password and a change key and placing that in the user record. An email is sent (using the eform tool!) with the change key and password and the url to the change form. if the user that recieves the email goes to the change form AND the key is accurate then the password is updated. Otherwise, nothing happens.
This is the way vBulletin needs to manage passwords!
-t
One of the things is does well is handle lost encrypted passwords.
Here's the blurb from the phpShop.org website core docs:
Generates a new password for the given user email address. It works by generating a new password and a change key and placing that in the user record. An email is sent (using the eform tool!) with the change key and password and the url to the change form. if the user that recieves the email goes to the change form AND the key is accurate then the password is updated. Otherwise, nothing happens.
This is the way vBulletin needs to manage passwords!
-t