mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°5972 - User creation- Enhance details display, search, FR dico
This commit is contained in:
@@ -100,11 +100,12 @@ class UserLocal extends UserInternal
|
||||
array(
|
||||
'col:col1' =>
|
||||
array(
|
||||
'fieldset:UserLocal:info' => array('contactid', 'org_id', 'email', 'login', 'password', 'language', 'status', 'profile_list', 'allowed_org_list',)
|
||||
'fieldset:UserLocal:info' => array('contactid', 'org_id', 'email', 'login', 'password', 'language', 'status', 'allowed_org_list',),
|
||||
),
|
||||
'col:col2' =>
|
||||
array(
|
||||
'fieldset:UserLocal:password:expiration' => array('expiration', 'password_renewed_date',),
|
||||
'fieldset:UserLocal:profiles' => array('profile_list',),
|
||||
'fieldset:UserLocal:password:expiration' => array('expiration', 'password_renewed_date',),
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user