You'll have to encrypt the passwords that are already in there; one way to do that is to just pull the passwds out via sql, encrypt them, and stuff them back in again.
The specific function you need is encryptPassword(passwd) in org.apache.jetspeed.services.security.turbine.TurbineUserManagement. There may be an easier way, but I did it this way b/c I needed to import users from a different db w/ an existing plaintext passwd. >>> [EMAIL PROTECTED] 03/05/03 11:53AM >>> Hi all, I am running Jetspeed 1.4-b3 under Tomcat 4, with a MySQL database. I saw in the JetspeedSecurity.props file that it was possible to secure the passwords, by activating the option. When I turn it to True, Jetspeed encrypts the password keyed in by the user when the one stored in the database has not been transformed, so it is impossible to log in. I have tried to delete the passwords in the database (by erasing the data in the field), but it did not work either... Does anyone have an idea on how to do that? Has someone succeeded already? Thanx a lot for your help! Best Regards, Ced ______________________________________ C�dric BARDE Disneyland Resort Paris - Information Services B�timent Robin Hood - BP 100 77777 Marne-La-Vall�e T�l : 01 64 74 65 49 Fax : 01 64 74 65 65 Email : [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
