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]

Reply via email to