mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-25 07:47:05 +00:00
password needs to be editable in case totp is enabled in nextcloud, an application specific password is to be used to access nextcloud address book
This commit is contained in:
parent
daff60ee13
commit
5da3803697
@ -161,7 +161,7 @@ cat > ${RCM_PLUGIN_DIR}/carddav/config.inc.php <<EOF;
|
|||||||
'active' => true,
|
'active' => true,
|
||||||
'readonly' => false,
|
'readonly' => false,
|
||||||
'refresh_time' => '02:00:00',
|
'refresh_time' => '02:00:00',
|
||||||
'fixed' => array('username','password'),
|
'fixed' => array('username'),
|
||||||
'preemptive_auth' => '1',
|
'preemptive_auth' => '1',
|
||||||
'hide' => false,
|
'hide' => false,
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user