Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.
I made two scripts with different ways of registrating users:
by only validating email addres (sending validation email) which is posted in reg. form (user make passw.himself) and
second is by generating password and sending it on posted email addres
Which sistem is more safe(basicly)?
Thanks in advance!!