Warning, /network/kaccounts-providers/providers/disabled/owncloud.provider.in is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <provider id="owncloud">
0003   <_name>ownCloud</_name>
0004   <icon>owncloud</icon>
0005   <!-- Tooltip text appearing over the button to create this type of account -->
0006   <_description>ownCloud account</_description>
0007   <translations>kaccounts-providers</translations>
0008 
0009     <template>
0010         <group name="auth">
0011             <setting name="method">password</setting>
0012             <setting name="mechanism">password</setting>
0013         </group>
0014         <group name="dav">
0015             <setting name="host"></setting>
0016         </group>
0017     </template>
0018 </provider>