Merge pull request #255 from nextcloud/bugfix/252/dont-allow-limiting-to-groups

Don't allow limiting to groups
This commit is contained in:
Christoph Wurst 2020-11-13 09:06:39 +01:00 committed by GitHub
commit 99bf18b08e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>