From: Vincent Vanwaelscappel Date: Mon, 22 Jun 2020 12:14:39 +0000 (+0200) Subject: wip #3720 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d30c9e38796c6b325b4e38502d6d51fafe50eaf7;p=cubedesigners_userdatabase.git wip #3720 @0.5 --- diff --git a/src/User.php b/src/User.php index 6c4d1ce..0708bb0 100644 --- a/src/User.php +++ b/src/User.php @@ -22,7 +22,6 @@ class User extends CubistMagicAuthenticatable 'label' => 'Firstname', 'type' => 'Text', 'column' => true, - 'tab' => 'Contact']); $this->addField(['name' => 'lastname', @@ -60,7 +59,7 @@ class User extends CubistMagicAuthenticatable '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,