I Have md5 encrypted password, how to give the password to user when he uses “Forgot password”?

后端 未结 5 1404
我在风中等你
我在风中等你 2021-01-13 04:50

I have database entry for password in md5 format, but when user uses the \"Forgot password\" then how can i give him/her the desired password?

5条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-13 05:45

    you have to send a new password to the user and then set into the database also. otherwise the original password may not recover.

    Thanks.

提交回复
热议问题