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: 0c4c844726641d6b9cbb8faaae2a76f89bdd7cf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0"?>
<info>
    <id>user_sql</id>
    <name>User and Group SQL Backends</name>
    <summary>Control users and groups by SQL queries</summary>
    <description>
        Use external database as a source for Nextcloud users and groups.
        Retrieve the users and groups info. Allow the users to change their passwords.
        Sync the users' email addresses with the addresses stored by Nextcloud.
    </description>
    <version>4.5.0</version>
    <licence>agpl</licence>
    <author>Marcin Łojewski</author>
    <author>Andreas Böhler</author>
    <namespace>UserSQL</namespace>
    <bugs>https://github.com/nextcloud/user_sql/issues</bugs>
    <repository>https://github.com/nextcloud/user_sql</repository>
    <screenshot>https://raw.githubusercontent.com/nextcloud/user_sql/master/img/screenshot.png</screenshot>
    <types>
        <authentication/>
    </types>
    <category>auth</category>
    <dependencies>
        <php min-version="7.1"/>
        <nextcloud min-version="14" max-version="19"/>
    </dependencies>
    <settings>
        <admin>\OCA\UserSQL\Settings\Admin</admin>
        <admin-section>OCA\UserSQL\Settings\Section</admin-section>
    </settings>
</info>