'label' => 'Firstname',
'type' => 'Text',
'column' => true,
-
'tab' => 'Contact']);
$this->addField(['name' => 'lastname',
'type' => 'Locale',
'tab' => 'Settings']);
- $extranetv1 = ['settings', 'ws_password', 'ws_settings', 'ws_rights', 'ws_domains', 'login', 'mobile', 'fax', 'notes', 'grade'];
+ $extranetv1 = ['settings', 'ws_password', 'ws_settings', 'ws_rights', 'ws_domains', 'login', 'mobile', 'fax', 'notes', 'grade','resetpassword'];
foreach ($extranetv1 as $f) {
$this->addField(['name' => 'e1_' . $f,