Integration with existing 'registration form'

I want to integrate the forum with my site, so when they register, it also adds the user data to the forum.

Was gonna add another MYSQL query, but can't find out - what method of password encryption is used, I only use basic MD5 but Vanilla obviously uses something different.

Thanks

Comments

  • As far as I understand they use phpBB method.
    Look at Vanilla code for this (they have corresponding third party library).
  • PHPass. See: library/vendors/phpass/PasswordHash.php
Sign In or Register to comment.