Go to file
Nextcloud bot bbd8beecb7
[tx-robot] updated from transifex
2020-11-21 03:07:58 +00:00
.github/workflows Validate the info.xml with a github workflow 2020-07-10 17:16:16 +02:00
.tx Add transifex config 2020-07-09 23:49:58 +02:00
appinfo Don't allow limiting to groups 2020-11-12 15:01:05 +01:00
css Add admin UI option for "Force email as user id" 2020-08-28 20:39:37 +02:00
docs Update admin screenshot 2020-08-28 20:40:55 +02:00
img Login Flow v2 compatibility 2020-08-18 17:09:07 +02:00
js Fix show password option 2020-07-14 15:23:59 +02:00
l10n [tx-robot] updated from transifex 2020-11-21 03:07:58 +00:00
lib Split the flows for less code intendation 2020-11-17 19:57:14 +01:00
templates Forward error messages of the password policy directly 2020-11-17 20:18:20 +01:00
tests p already writes the text, no need to echo 2020-11-17 19:58:00 +01:00
.gitignore Improve code coverage handling 2020-08-18 17:11:30 +02:00
.php_cs.dist Add PHP CS checker 2020-07-10 10:09:25 +02:00
.travis.yml Like this? 2020-09-21 13:41:41 +02:00
AUTHORS.md Create app 2014-08-28 14:43:28 +00:00
CHANGELOG.md Add changelog and bump version 2020-10-05 12:35:36 +02:00
COPYING Create app 2014-08-28 14:43:28 +00:00
README.md Also fix readme 2020-09-08 19:19:47 +02:00
TESTING.md Update testing doc 2020-04-11 01:10:01 +00:00
composer.json Add PHP CS checker 2020-07-10 10:09:25 +02:00
composer.lock Add PHP CS checker 2020-07-10 10:09:25 +02:00
issue_template.md Add issue template 2017-02-18 10:52:54 +08:00

README.md

Registration

This app allows users to register a new account.

Registration form

Install from appstore

From your Nextcloud instance, click: your profile to the upper right -> Apps -> Tools (in the left column), find Registration, click Enable

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

Donate

You can donate to Pellaeon the original author of the app:

  • Send Ethereum to 0x941613eBB948C2C547cb957B55fEB2609fa6Fe66
  • Send BTC to 33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ

FAQ

Q: A problem occurred sending email, please contact your administrator.

A: Your Nextcloud mail settings are incorrectly configured, please refer to the Nextcloud documentation.