I wrote a blogpost about using salted hashed passwords in your mysql database:
Hope it helps...
Best,
Henrik P. Hessel
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
I wrote a blogpost about using salted hashed passwords in your mysql database:
Hope it helps...
Best,
Henrik P. Hessel
Link added to
Link added to http://www.ejabberd.im/plaintext-passwords-db
I tried your method, by using
I tried your method, by using your code, and then by writing my own version of it with hexdigest512 instead in eJabberd 2.1.10.
But for some reason it doesn't seem to work whichever I choose.
I can login with my normal password, but the passwords are not hashed in the db, making me think that the old module is still in use even after I replaced it in the ebin folder.
Have I missed something?