You can override these two properties in your roller-custom.properties file to control password encryption:
passwds.encryption.enabled=true passwds.encryption.algorithm=SHA The values shown are the defaults. - Dave On Wed, Apr 16, 2008 at 6:16 AM, Rasif Khan <[EMAIL PROTECTED]> wrote: > > Hi, > > I am working on integrating roller with my website which i am developing > currently. I have done most part of it. > The problem is that roller encrypts the password entered by user (i am > using md5) to match it with the encrypted > password stored in roller table. I want to remove this encryption of > password entered by user, bcoz i am already > passing the encrypted password to make a match with the one stored in > table. Here if i am not removing this user > entered password's encryption then the password is encrypted twice & error > occurs of "Wrong match of username > & password". Plz help me telling how to remove this encryption of user > entered password, which he enters at the > time of LOGIN. > > > Regards > Rasif Khan > > > > > ______________________________________________________________________ >
