]> _ Git - cubedesigners_userdatabase.git/commitdiff
wip #3720 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 22 Jun 2020 12:14:39 +0000 (14:14 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 22 Jun 2020 12:14:39 +0000 (14:14 +0200)
src/User.php

index 6c4d1ce8a9f0b51b72fb03ea772edb555dbe9773..0708bb0a944353c372c0c410ac018e2d1cd2912d 100644 (file)
@@ -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,