Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo - github.com/nextcloud/user_sql.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2c30acac56d7b2920847748e5804087e42cb8fa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<info>
       <id>user_sql</id>
       <name>SQL user backend</name>
       <summary>Authenticate Users by SQL</summary>
       <description>Authenticate Users by SQL</description>
       <version>2.3.1</version>
       <licence>agpl</licence>
       <author>Andreas Boehler &lt;dev (at) aboehler 
(dot) at &gt;</author>
       <namespace>user_sql</namespace>
       <types>
       		<authentication/>
       </types>
       <category>auth</category>
       <dependencies>
           <nextcloud min-version="11" max-version="11"/>
       </dependencies>
</info>