How are you putting the password into the db initially? On Feb 12, 2013 6:09 PM, "benjamin0258" <[email protected]> wrote:
> Hi Harald, > > Thank you for answering to my question. Actually, its a new project and > everything its new, we are not using spring security. In the JavaDoc, the > DefaultPasswordService default encryption its sha-256. Even i try > UsernamePasswordToken token = new UsernamePasswordToken( "benji", "benji" ) > still not working. > My password column its varchar type and i am using Mysql the latest version > I believe something missing in my configuration. I am reading the doc again > but still nothing about this problem. Can someone share with me a working > configuration xml file and compare with mine. > > Any Help ? > > Thank You everybody > > Ben > > > > ----- > Benji > -- > View this message in context: > http://shiro-user.582556.n2.nabble.com/Shiro-Spring-integration-PasswordService-tp7578244p7578249.html > Sent from the Shiro User mailing list archive at Nabble.com. >
