HI
I got SCRAM working with ODBC and it was storing hashed passwords
I using ejabberd 15.11 and my configure for scram is :
auth_method: odbc
auth_password_format: scram
but not working, when use register command my users register in mnesia not my sql data base. how to config scram for working using mysql?
When I enabled auth_method:
When I enabled
and tried to register a new account, this error was logged:
Looking at sql/mysql.sql, I found comments that pointed to the solution. I executed those queries in the MySQL database:
After that, new account registrations in ODBC were stored as SCRAM, not plain.