Go to file
Joas Schilling 18c8d3995d
Merge pull request #274 from nextcloud/bugfix/267/catch-exception-when-email-is-not-configured
Catch exception when email is not configured
2021-02-23 08:25:01 +01: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 Hello Nextcloud 22 2021-02-06 11:26:11 +01:00
css add user instructions and regex option 2020-12-14 11:38:24 +01: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 Fix show password option 2020-07-14 15:23:59 +02:00
l10n [tx-robot] updated from transifex 2021-02-23 03:57:26 +00:00
lib Catch exception when email is not configured 2021-02-22 19:44:19 +01:00
templates Changed grammar 2020-12-20 11:08:14 +01: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 Bump version so we can release it 2021-01-11 13:58:06 +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.