mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +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)
|
->SetType(\RainLoop\Enumerations\PluginPropertyType::INT)
|
||||||
->SetDescription('Minimum length of the password')
|
->SetDescription('Minimum length of the password')
|
||||||
->SetDefaultValue(10),
|
->SetDefaultValue(10),
|
||||||
];
|
|
||||||
$result = [
|
|
||||||
\RainLoop\Plugins\Property::NewInstance("pass_min_strength")
|
\RainLoop\Plugins\Property::NewInstance("pass_min_strength")
|
||||||
->SetLabel('Password minimum strength')
|
->SetLabel('Password minimum strength')
|
||||||
->SetType(\RainLoop\Enumerations\PluginPropertyType::INT)
|
->SetType(\RainLoop\Enumerations\PluginPropertyType::INT)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue