show link to clear plaintext email account passwords if enabled; set store-plaintext-passwords default to 'off'; fixes #557

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-07-10 09:47:01 +02:00
parent 436d141bd1
commit 1690cadab9
5 changed files with 12 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ return array(
'settinggroup' => 'system',
'varname' => 'mailpwcleartext',
'type' => 'bool',
'default' => true,
'default' => false,
'save_method' => 'storeSettingField',
),
'system_passwordcryptfunc' => array(