* Nextcloud 12 & 13 support * added SALT support for password algorithms "system" and "password_hash" * added security fix for password length sniffing attacks * moved files to be more on the standard places * renamed some files to be more standard like * source code changes to be more standard like (max 80 characters)
25 lines
681 B
XML
25 lines
681 B
XML
<?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>3.1.0</version>
|
|
<licence>agpl</licence>
|
|
<author>Andreas Boehler <dev (at) aboehler (dot) at ></author>
|
|
<namespace>user_sql</namespace>
|
|
<types>
|
|
<authentication/>
|
|
</types>
|
|
<category>auth</category>
|
|
<dependencies>
|
|
<nextcloud min-version="12" max-version="13"/>
|
|
<database>mysql</database>
|
|
<database>pgsql</database>
|
|
</dependencies>
|
|
<settings>
|
|
<admin>\OCA\user_sql\Settings\Admin</admin>
|
|
<admin-section>OCA\user_sql\Settings\Section</admin-section>
|
|
</settings>
|
|
</info>
|