Page 1 of 1

Security login and password forwarding

Posted: Tue Apr 12, 2005 2:54 am
by deo
Hello Everyone,

I am a newbie (it shows) to php, and need help to set up a security login interface for a website that I am creating. It needs to be able to send an e-mail to the respondant giving the user his login and password (hopefully randomly generated password).

Anyone got any ideas????

Much appreciated.

Deo

Posted: Tue Apr 12, 2005 3:06 am
by anjanesh
Use mail function to mail the user or use phpMailer
For generating random passwords, either generate your own method to randomly select some characters and then put it as a string or use shuffle and then implode it to return the string

Posted: Tue Apr 12, 2005 3:54 am
by shiznatix
and your going to want to store all of the information into a mysql database. there are many ways to do what you want, search google for some tutorials.