44 lines
1.9 KiB
XML
44 lines
1.9 KiB
XML
<?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.
|
|
|
|
# Features
|
|
|
|
- Add users to a given group
|
|
- Allow-list with email domains (including wildcard) to register with
|
|
- Admins will be notified via email for new user creation or require approval
|
|
- Supports Nextcloud's Client Login Flow v1 and v2 - allowing registration in the mobile Apps and Desktop clients
|
|
|
|
# Web form registration flow
|
|
|
|
1. User enters their email address
|
|
2. Verification link is sent to the email address
|
|
3. User clicks on the verification link
|
|
4. User is lead to a form where they can choose their username and password
|
|
5. New account is created and is logged in automatically
|
|
]]></description>
|
|
<version>0.5.1</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/nextcloud/registration</website>
|
|
<bugs>https://github.com/nextcloud/registration/issues</bugs>
|
|
<repository>https://github.com/nextcloud/registration</repository>
|
|
<screenshot>https://raw.githubusercontent.com/nextcloud/registration/master/docs/screenshot.png</screenshot>
|
|
<screenshot>https://raw.githubusercontent.com/nextcloud/registration/master/docs/demo.gif</screenshot>
|
|
<screenshot>https://raw.githubusercontent.com/nextcloud/registration/master/docs/admin-settings.png</screenshot>
|
|
<dependencies>
|
|
<nextcloud min-version="20" max-version="21" />
|
|
</dependencies>
|
|
<settings>
|
|
<admin>OCA\Registration\Settings\RegistrationSettings</admin>
|
|
</settings>
|
|
</info>
|