Guys,
i need some help with spring security. the problem is i am encoding the password for the new user login but when they try to login they coudlnt. the problem is the same pasword for other user is working fine but not for the new users created by the application. i am using MD5Md5PasswordEncoder
attached the security.xml file.
1)Exception message
****************
AuthenticationFailureBadCredentialsEvent org.springframework.security.event.authentication. AuthenticationFailureBadCredentialsEvent[source=org.springframework.security.providers.User namePasswordAuthenticationToken@623c7ca3: Principal: test25; Password: [PROTECTED]; Authenticated: false; Details: org.springframework.security.ui.WebAuthenticationD etails@fffd148a: RemoteIpAddress: 127.0.0.1; SessionId: 9behsCmmvpqglcUd32MVJuK; Not granted any authorities]


