Hi, guys, I'm developing a script and it's almost done, just left two little things:
Forgot password option
Change password option
About forgot password: The user can use as many user names under the same email adress, so the system needs a way to send the password for user email when user type the user name on field of forgot password.
I'm running it under php 4, so don't worry if u see a $HTTP_POST_VARS . :)
I'll post the register.php script here, so u can see how the functions works and another stuff :)
Forgot password option
Change password option
About forgot password: The user can use as many user names under the same email adress, so the system needs a way to send the password for user email when user type the user name on field of forgot password.
I'm running it under php 4, so don't worry if u see a $HTTP_POST_VARS . :)
I'll post the register.php script here, so u can see how the functions works and another stuff :)
Comment