mirror of
https://github.com/moparisthebest/user_sql
synced 2024-11-17 23:05:02 -05:00
19 lines
528 B
XML
19 lines
528 B
XML
<?xml version="1.0"?>
|
|
<info>
|
|
<id>user_sql</id>
|
|
<name>SQL user backend</name>
|
|
<description>Authenticate Users by SQL</description>
|
|
<licence>AGPL</licence>
|
|
<author>Andreas Boehler <dev (at) aboehler
|
|
(dot) at ></author>
|
|
<version>2.3</version>
|
|
<shipped>false</shipped>
|
|
<namespace>user_sql</namespace>
|
|
<types>
|
|
<authentication/>
|
|
</types>
|
|
<dependencies>
|
|
<owncloud min-version="8.1" max-version="9"/>
|
|
</dependencies>
|
|
</info>
|