Hi, would like to know a secure script (not a big CMS) for doing at least: - user can register (receives activation link by email) - user does login, can change password and recover it (forgot password?) - user can go to secure platform (like paypal) to add real cash to virtual balance Must be PHP+MySQL with decent layout Thank you so much
Reset it? Yes. (That means that the site generates a new random password for the login and emails it to the user - and it has to be changed once it's used.) Recover it? That means that the passwords are stored insecurely, and I wouldn't run a script like that if it was the only script of its kind in the world.
Thanks for your reply, yes, I mistaked, I mean to reset the password. I found Paypal requires API programing plus fees to make work credit cards, Bet you guys know scripts that do already all this.