From d30c9e38796c6b325b4e38502d6d51fafe50eaf7 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 22 Jun 2020 14:14:39 +0200 Subject: [PATCH] wip #3720 @0.5 --- src/User.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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, -- 2.39.5