1
0
mirror of https://github.com/moparisthebest/user_sql synced 2024-11-17 23:05:02 -05:00
user_sql/appinfo/info.xml
Andreas Boehler 3a3934392a Support autocompletion for tables and columns
Update documentation
Switch to ownCloud's DBAL (not fully tested, yet)
Bump to v2.0
2015-07-30 11:22:50 +02:00

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 &lt;dev (at) aboehler
(dot) at &gt;</author>
<version>2.0</version>
<requiremin>8.1</requiremin>
<shipped>false</shipped>
<namespace>user_sql</namespace>
<types>
<authentication/>
</types>
</info>