mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 14:38:27 +03:00
Bugfix password plugin properties
This commit is contained in:
parent
4d529a43b6
commit
a528c93d47
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue