-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathinfo.xml
More file actions
31 lines (31 loc) · 1.18 KB
/
info.xml
File metadata and controls
31 lines (31 loc) · 1.18 KB
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.7.1</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="8.0"/>
<nextcloud min-version="25" max-version="30"/>
</dependencies>
<settings>
<admin>\OCA\UserSQL\Settings\Admin</admin>
<admin-section>OCA\UserSQL\Settings\Section</admin-section>
</settings>
</info>