Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

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

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