On Fri, Apr 18, 2008 at 3:03 AM, Matt Raible <[EMAIL PROTECTED]> wrote: > What does your security.xml look like? In the SVN right now, we have a > salt for password encryption. In the 2.0.1 version of AppFuse we did > not. To make tests pass in 2.0.2, you'll need to update passwords in > sample-data.xml.
Matt, you're right! I changed the password string, and I can log in now. Now out of appfuse's topic, I've read spring security passwordEncoder documentation, It said the default method used in encoding password is SHA1 algorithm. I tested using perl (Digest::SHA) and php (hash and hash_hmac) the computed digest string are different. Anyone has experience generating digest string that compatible with ShaPasswordEncoder using perl/php? Thanks, -- Ernas M. Jamil --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
