Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Using md5 hash for passwords

edited May 2007 in Vanilla 1.0 Help
I am trying to integrate Vanilla into an application of mine. I have a registration page but it saves the password as plain text. How can I integrate the password hash into my registration?

Comments

  • The password is just hashed with md5, you should be able to do that just using md5(password); - but it may be easier for you to call the CreateUser function supplied by the People library and get that to do all the hard work for you...
This discussion has been closed.