1<?xml version="1.0" encoding="UTF-8"?>
2<provider id="owncloud">
3  <_name>ownCloud</_name>
4  <icon>kaccounts-owncloud</icon>
5  <!-- Tooltip text appearing over the button to create this type of account -->
6  <_description>ownCloud account</_description>
7  <translations>kaccounts-providers</translations>
8  <plugin>owncloud_plugin_kaccounts</plugin>
9
10    <template>
11        <group name="auth">
12            <setting name="method">password</setting>
13            <setting name="mechanism">password</setting>
14        </group>
15    </template>
16</provider>
17