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.
[Solved] Connect ejabberd to Vanilla userDB
shanert
New
I'd like to connect my ejabberd to the userDB of Vanilla, so that users can login to the xmpp-server with there logindata that they use for Vanilla. But for this I need to know how Vanilla generates the password? As I can see, it's not just md5 or SHA1.
Tagged:
0
Answers
$PasswordHash = new Gdn_PasswordHash();
$Fields['Password'] = $PasswordHash->HashPassword($Fields['Password']);
grep is your friend
grep is your friend.
Hi. I can see that you're been active here a year ago. Did you manage to find a solution?