You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by Youssef Mohammed <Yo...@rayasoftware.com> on 2004/02/12 10:57:02 UTC

ChangePassword 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: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org