Merge pull request #4385 from holzhannes/patch-1
Fix Apple Config: added CalDAVPassword and CardDAVPassword which was missing
This commit is contained in:
		@@ -153,6 +153,10 @@ echo '<?xml version="1.0" encoding="UTF-8"?>' . "\n";
 | 
				
			|||||||
        <true/>
 | 
					        <true/>
 | 
				
			||||||
        <key>CalDAVUsername</key>
 | 
					        <key>CalDAVUsername</key>
 | 
				
			||||||
        <string><?=$email?></string>
 | 
					        <string><?=$email?></string>
 | 
				
			||||||
 | 
					        <?php if($app_password === true): ?>
 | 
				
			||||||
 | 
					        <key>CalDAVPassword</key>
 | 
				
			||||||
 | 
					        <string><?=$password?></string>
 | 
				
			||||||
 | 
					        <?php endif; ?>
 | 
				
			||||||
        <key>PayloadDescription</key>
 | 
					        <key>PayloadDescription</key>
 | 
				
			||||||
        <string>Configures CalDAV account.</string>
 | 
					        <string>Configures CalDAV account.</string>
 | 
				
			||||||
        <key>PayloadDisplayName</key>
 | 
					        <key>PayloadDisplayName</key>
 | 
				
			||||||
@@ -181,6 +185,10 @@ echo '<?xml version="1.0" encoding="UTF-8"?>' . "\n";
 | 
				
			|||||||
        <true/>
 | 
					        <true/>
 | 
				
			||||||
        <key>CardDAVUsername</key>
 | 
					        <key>CardDAVUsername</key>
 | 
				
			||||||
        <string><?=$email?></string>
 | 
					        <string><?=$email?></string>
 | 
				
			||||||
 | 
					        <?php if($app_password === true): ?>
 | 
				
			||||||
 | 
					        <key>CardDAVPassword</key>
 | 
				
			||||||
 | 
					        <string><?=$password?></string>
 | 
				
			||||||
 | 
					        <?php endif; ?>
 | 
				
			||||||
        <key>PayloadDescription</key>
 | 
					        <key>PayloadDescription</key>
 | 
				
			||||||
        <string>Configures CardDAV accounts</string>
 | 
					        <string>Configures CardDAV accounts</string>
 | 
				
			||||||
        <key>PayloadDisplayName</key>
 | 
					        <key>PayloadDisplayName</key>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user