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

info.xml « appinfo - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2ec8485c777970b47032ebc68dbd7144cd78c811 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
	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><![CDATA[User registration

This app allows users to register a new account.

# Flow

1. User enters his/her email
2. Verification link is sent to the email address
3. User clicks on the verification link
4. User is lead to a form where one can choose username and password
5. New account is created and is logged in automatically

# Features

- Admin can specify which group the newly created users belong
- Admin can limit the email domains allowed to register
- Admin will be notified by email for new user creation

# Donate

Send Ethereum to `0x941613eBB948C2C547cb957B55fEB2609fa6Fe66`
Send BTC to `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ`
		]]></description>
	<version>0.4.3</version>
	<licence>agpl</licence>
	<author mail="pellaeon@cnmc.tw" homepage="https://nyllep.wordpress.com/about-2">Pellaeon Lin</author>
	<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>
	<screenshot>https://raw.githubusercontent.com/pellaeon/registration/master/appinfo/screenshot.png</screenshot>
	<dependencies>
		<database>sqlite</database>
		<database>pgsql</database>
		<database min-version="5.5">mysql</database>
		<owncloud min-version="9.0" max-version="11"/>
		<nextcloud min-version="9" max-version="14" />
	</dependencies>
</info>