mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-29 07:16:07 +00:00
Bugfix password plugin properties
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user