mirror of
https://github.com/moparisthebest/user_sql
synced 2024-11-17 23:05:02 -05:00
3a3934392a
Update documentation Switch to ownCloud's DBAL (not fully tested, yet) Bump to v2.0
17 lines
462 B
XML
17 lines
462 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.0</version>
|
|
<requiremin>8.1</requiremin>
|
|
<shipped>false</shipped>
|
|
<namespace>user_sql</namespace>
|
|
<types>
|
|
<authentication/>
|
|
</types>
|
|
</info>
|