
14th October 2009, 10:50
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,887
Thanks: 692
Thanked 4,188 Times in 3,205 Posts
|
|
1) It is just the password and not the email address.
2) mysql is not able to create crypt-md5 password. I posted you the link above that explains in the php-manual how to encode passwords with crypt-md5, the first post in the comments contains a complete encryption function.
|