Go to file
Joas Schilling 2b8dc3c4cc
Don't break with older versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-31 15:27:24 +02:00
.github/workflows Add PHPUnit github action 2021-02-05 13:33:20 +01:00
.tx Add transifex config 2020-07-09 23:49:58 +02:00
appinfo Remove 22 support for appstore release 2021-03-22 13:09:48 +01:00
css Add phone and display name field 2021-03-31 15:26:03 +02:00
docs Update admin screenshot 2020-08-28 20:40:55 +02:00
img Use a white app icon and a dark one for the settings 2021-02-04 11:03:50 +01:00
js Hide login name policy when email is used 2021-03-31 14:01:39 +02:00
l10n [tx-robot] updated from transifex 2021-03-22 03:11:15 +00:00
lib Don't break with older versions 2021-03-31 15:27:24 +02:00
templates Add phone and display name field 2021-03-31 15:26:03 +02:00
tests Bye travis 2021-02-05 13:38:27 +01:00
.gitignore Ignore build/ from git 2020-12-14 14:40:12 +01:00
.php_cs.dist Add PHP CS checker 2020-07-10 10:09:25 +02:00
AUTHORS.md Create app 2014-08-28 14:43:28 +00:00
CHANGELOG.md Add changelog and publish 1.0.0 2021-03-22 13:09:27 +01:00
COPYING Create app 2014-08-28 14:43:28 +00:00
Makefile Add a make file 2020-12-14 14:40:33 +01: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 Update christophwurst/nextcloud_testing to support 7.2-8.0 2021-02-05 13:33:20 +01:00
composer.lock Update christophwurst/nextcloud_testing to support 7.2-8.0 2021-02-05 13:33:20 +01: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.