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,
|
||||
'readonly' => false,
|
||||
'refresh_time' => '02:00:00',
|
||||
'fixed' => array('username','password'),
|
||||
'fixed' => array('username'),
|
||||
'preemptive_auth' => '1',
|
||||
'hide' => false,
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue