From fcbebadccc36ffba8844dabaec20f610113632e9 Mon Sep 17 00:00:00 2001 From: dominiquefournier Date: Thu, 4 Mar 2021 15:05:35 +0100 Subject: [PATCH] Update index.php The second parameter remove the first one in admin part --- plugins/change-password/index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/change-password/index.php b/plugins/change-password/index.php index 6ec1037ff..97bd58fdf 100644 --- a/plugins/change-password/index.php +++ b/plugins/change-password/index.php @@ -85,8 +85,6 @@ class ChangePasswordPlugin extends \RainLoop\Plugins\AbstractPlugin ->SetType(\RainLoop\Enumerations\PluginPropertyType::INT) ->SetDescription('Minimum length of the password') ->SetDefaultValue(10), - ]; - $result = [ \RainLoop\Plugins\Property::NewInstance("pass_min_strength") ->SetLabel('Password minimum strength') ->SetType(\RainLoop\Enumerations\PluginPropertyType::INT)