Hi susinha , I check lastest version from CVS and I had the same error . Note that the change password bug is not in the EditAccount screen where you can change the password too It is on the ChangePassword template eg http://127.0.0.1:5555/jetspeed/portal/template/ChangePassword and the associated action class is org.apache.jetspeed.modules.actions.ChangePassword
Thanks -----Original Message----- From: Suchisubhra Sinha (susinha) [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 6:00 AM To: 'Jetspeed Developers List' Subject: RE: Change Password problem Hi Youssef , I tested and it works fine. Which version you are working? I am working on 1-5 dev. ~suchi -----Original Message----- From: Youssef Mohammed [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 11:42 AM To: Jetspeed Developers List (E-mail) Subject: Change Password problem Hi When I change the password throw the Change Password action It successfully changed it but it logged the user off !! I traced into the code and I found that in the JLogin action executed after the ChangePassword . when It comes to the line try { user = JetspeedSecurity.login(username, password); } the user object is the one we want but after execution this line the user variable in the Rundata object is changed to the anon use This seems to be a strange behavior and I donno how to fix this Any Idea ?!!! Thanks --------------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
