Configuring pwstore_scheme in carddav plugin with des_key because Mailu is incompatible with encrypted
parent
2c1d1e995d
commit
5695bbb0f6
@ -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