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:
KiekerJan 2021-11-07 22:55:48 +01:00
parent daff60ee13
commit 5da3803697
1 changed files with 1 additions and 1 deletions

View File

@ -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,
);