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.
Users from external database
Okay, we're about to launch a new service.
Now a problem came up and we got stuck with it.
This website has its own database of users.
The previous version of the website used Vanilla forum, and our client wants to stick with that.
So far, the users registered via Vanilla, and then were "imported" into the system. Now it has to work opposite way.
There is obviously no option having users register and log in twice.
So, the question is: is it possible to run Vanilla with an external database of users? If so, how to do it, avoiding casualties?
0
This discussion has been closed.
Comments
Keeping session data shouldnt be that tricky assuming your cookies are set up properly
Passwords are encrypted with md5 I believe, yes. All passwords should be encrypted regardless what system theyre kept in.
If you need to map a similar Vanilla database column to one named differently in your existing table, you can copy its mapping configration out of appg/database.php (houses defaults) and paste the changes into conf/database.php (houses custom configuration)