Don't allow limiting to groups

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-11-12 15:01:05 +01:00
parent 3b6b1f0f88
commit 8f0d4a81a0
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ This app allows users to register a new account.
<version>0.5.1</version> <version>0.5.1</version>
<licence>agpl</licence> <licence>agpl</licence>
<author mail="pellaeon@cnmc.tw" homepage="https://nyllep.wordpress.com/about-2">Pellaeon Lin</author> <author mail="pellaeon@cnmc.tw" homepage="https://nyllep.wordpress.com/about-2">Pellaeon Lin</author>
<types>
<prevent_group_restriction />
</types>
<category>security</category> <category>security</category>
<category>tools</category> <category>tools</category>
<website>https://github.com/nextcloud/registration</website> <website>https://github.com/nextcloud/registration</website>