Using MD5 Passwords

Tips submitted by ASP.NET Maker users
Post Reply
jcrick
User
Posts: 15

Using MD5 Passwords

Post by jcrick »

If you enable the option "MD5 password", only new paswords (e.g. when adding new records) will be saved in MD5 format. You need to handle the existing password data by the following method:

  • use the change password feature to change the password one by one, or
  • convert the existing data to MD5 manually by yourself

Jerry


Post Reply