Workaround : directly type in the URL : http:///admin/listusers.php and click on the edit icon.
I think there should be a direct link to edit your own profile (for example to change your password).
Missing feature in 0.11b4 too
Code: Select all
$this->perms['userPerms'] = check_permission($this->userid, 'Add Users') |
check_permission($this->userid, 'Modify Users') |
check_permission($this->userid, 'Remove Users');
Code: Select all
$this->perms['userPerms'] = true; Code: Select all
// base view site menu ---------------------------------------------------------Code: Select all
// user profile
'profile'=>array('url'=>'edituser.php?user_id='.$this->userid, 'parent'=>-1,
'title'=>$this->FixSpaces(lang('profile')),
'description'=>'', 'show_in_menu'=>true),
Code: Select all
$lang['admin']['profile'] = 'My profile'; // needs translation
Code: Select all
$lang['admin']['profile'] = 'Mon profil'; // needs translation