| 
                                                             Monday 26 May 2003 1:04:59 am 
                                                            
                                                                
                                                                 Hi .. From the new user/edit fix (by Ez team) : 
For user/edit and user/setting the current user must have content/edit permission for the select user to be able to access the functionality. For user/password it is now only possible to change the password for your own user. 
didn`t wrok for me, just if i give the user content,edit,* ! any1 got problem with this, or just me !! 
by looking the user code, and site.ini i found in site.ini : 
# Which user is considered the creator UserCreatorID=14 and in user/edit.php : 
if ( !$userObject->canEdit() )  return $Module->handleError( EZ_ERROR_KERNEL_ACCESS_DENIED, 'kernel' ); $userObject->canEdit() : it`s for user 14 (admin user) so the user will not have the access to edit his account, coz the editor and the considered of his account is the admin ! maybe what am saying is wrong, but if yes, this mean it`s new bug ! 
do try plz edit a user profile as normal user ? what roles should i give the users to let them edit they own accounts ? thx in advance.                                                             
                                                                                                                     |