I'm using the DefaultPasswordEncoder with the SHA1 constructor argument, but users aren't being authenticated in my MySQL database. Users are being checked correctly, and they authenticate if I remove the passwordEncoder reference and set the password value to plain text (such as 'password').
What facility are you using to generate password hashes in MySQL? Are the hashes salted? Note we do not support salted password hashes at present. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
