Go to file
npmbuildbot-nextcloud[bot] 38fe83be1a Compile assets
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-04-01 08:53:14 +00:00
.github/workflows Move admin settings to Vue 2021-03-31 19:16:39 +02: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 Compile assets 2021-04-01 08:53:14 +00:00
l10n [tx-robot] updated from transifex 2021-03-22 03:11:15 +00:00
lib Don't mention verification link when the login flow is used 2021-04-01 10:48:58 +02:00
src Only allow phone when we can save it 2021-04-01 09:41:04 +02:00
templates Don't mention verification link when the login flow is used 2021-04-01 10:48:58 +02:00
tests Don't mention verification link when the login flow is used 2021-04-01 10:48:58 +02:00
.eslintignore Move admin settings to Vue 2021-03-31 19:16:39 +02:00
.eslintrc.js Move admin settings to Vue 2021-03-31 19:16:39 +02:00
.gitattributes Move admin settings to Vue 2021-03-31 19:16:39 +02:00
.gitignore Move admin settings to Vue 2021-03-31 19:16:39 +02:00
.l10nignore Move admin settings to Vue 2021-03-31 19:16:39 +02: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
babel.config.js Move admin settings to Vue 2021-03-31 19:16:39 +02: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
package-lock.json Move admin settings to Vue 2021-03-31 19:16:39 +02:00
package.json Move admin settings to Vue 2021-03-31 19:16:39 +02:00
stylelint.config.js Move admin settings to Vue 2021-03-31 19:16:39 +02:00
webpack.js Move admin settings to Vue 2021-03-31 19:16:39 +02: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.