When Client forgot there passwordthey request should send or receive same old password
which they created at the time of registration what is the process like encrypt /decrypt or any other method…thankX
When Client forgot there passwordthey request should send or receive same old password
which they created at the time of registration what is the process like encrypt /decrypt or any other method…thankX
What you suggest would be insecure. The password that they set up will be one that they like and so would probably keep. But sending it through email exposes it to anybody watching, not just for your site, but for every other one where they use it.
It's better to send a random password and encourage them to change it to what they want in a secure environment (i.e. under the protection of SSL).
However, this is largely irrelevant, since the form of encryption used by Zen Cart is MD5 + salt, so it's one way and virtually unbreakable. Once a customer has entered their password, there is no practical way to find out what it was.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
thanks kuroi!
phpMyAdmin...
Once again!
still i would like to know the process to send the same pwd.
Re-read the last paragraph of my earlier reply.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)