Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.3.2

Bug #5778 renameUser: The user "user/....." doesn't exist
Submitted: 2005-10-25 13:32 UTC
From: rocco at rcelsi dot it Assigned: amistry
Status: Closed Package: Net_Cyrus
PHP Version: 4.4.0 OS: Windows XP
Roadmaps: (Not assigned)    
Subscription  


 [2005-10-25 13:32 UTC] rocco at rcelsi dot it
Description: ------------ Hi, when I use renameUser this procedure returns "The user .... doen't exist". I solved this problem so: function renameUser($oldUser, $newUser) { $oldUsername = $this->getUserName($oldUser, false); $newUsername = $this->getUserName($newUser, false); $oldUser =$this->getUserName($oldUser); $newUser =$this->getUserName($newUser); same } Bye Rocco

Comments

 [2006-03-22 04:05 UTC] amistry at php dot net (Anish Mistry)
I've fixed this in the CVS.