Commit 121db7f2 authored by Dave Cridland's avatar Dave Cridland

SCRAM update

parent aac5299d
......@@ -99,6 +99,7 @@ public class DefaultAuthProvider implements AuthProvider {
userInfo.iterations = rs.getInt(3);
userInfo.salt = rs.getString(4);
userInfo.storedKey = rs.getString(5);
userInfo.serverKey = rs.getString(6);
if (userInfo.encrypted != null) {
try {
userInfo.plainText = AuthFactory.decryptPassword(userInfo.encrypted);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment