Merge #2196
2196: roundcube-carddav : Use des_key for pwstore_scheme r=nextgens a=mnival roundcube-carddav: Configuring pwstore_scheme in carddav plugin with des_key because Mailu is incompatible with encrypted https://github.com/mstilkerich/rcmcarddav/blob/master/doc/ADMIN-SETTINGS.md#password-storing-scheme ## What type of PR? bug-fix ## What does this PR do? ### Related issue(s) - closes #2230 Co-authored-by: mnival <1595998+mnival@users.noreply.github.com>master
commit
6d348b1650
@ -0,0 +1,2 @@
|
||||
Configuring pwstore_scheme in carddav plugin with des_key because Mailu is incompatible with encrypted
|
||||
https://github.com/mstilkerich/rcmcarddav/blob/master/doc/ADMIN-SETTINGS.md#password-storing-scheme
|
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
// Scheme for storing the CardDAV passwords, in order from least to best security.
|
||||
// Options: plain, base64, des_key, encrypted (default)
|
||||
$prefs['_GLOBAL']['pwstore_scheme'] = 'des_key';
|
Loading…
Reference in New Issue