Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9f35631..4127aee 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -3,10 +3,13 @@
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>registration</id>
<name>Registration</name>
+ <summary>This app allows users to self-register a new account using their e-mail address.</summary>
<description>User registration</description>
+ <version>0.3.1</version>
<licence>agpl</licence>
<author mail="pellaeon@cnmc.tw" homepage="https://nyllep.wordpress.com/about-2">Pellaeon Lin</author>
- <version>0.3.1</version>
+ <category>security</category>
+ <category>tools</category>
<website>https://github.com/pellaeon/registration</website>
<bugs>https://github.com/pellaeon/registration/issues</bugs>
<repository>https://github.com/pellaeon/registration</repository>
@@ -18,7 +21,4 @@
<owncloud min-version="9.0" max-version="11"/>
<nextcloud min-version="9" max-version="13" />
</dependencies>
- <category>auth</category>
- <category>tools</category>
- <ocsid>170608</ocsid>
</info>