From 5da3803697f95069f8e67b52f3209bf1bb59126a Mon Sep 17 00:00:00 2001 From: KiekerJan Date: Sun, 7 Nov 2021 22:55:48 +0100 Subject: [PATCH] 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 --- setup/webmail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/webmail.sh b/setup/webmail.sh index 3e879e4b..b2173b5b 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -161,7 +161,7 @@ cat > ${RCM_PLUGIN_DIR}/carddav/config.inc.php < true, 'readonly' => false, 'refresh_time' => '02:00:00', - 'fixed' => array('username','password'), + 'fixed' => array('username'), 'preemptive_auth' => '1', 'hide' => false, );