From a528c93d470a30724a4f2aa66daa0ea22d74ccef Mon Sep 17 00:00:00 2001 From: djmaze Date: Thu, 4 Mar 2021 15:15:21 +0100 Subject: [PATCH] Bugfix password plugin properties --- 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)