Go to file
dependabot[bot] 9d164c360d
Bump christophwurst/nextcloud_testing from 0.12.3 to 0.12.4
Bumps [christophwurst/nextcloud_testing](https://github.com/ChristophWurst/nextcloud_testing) from 0.12.3 to 0.12.4.
- [Release notes](https://github.com/ChristophWurst/nextcloud_testing/releases)
- [Commits](https://github.com/ChristophWurst/nextcloud_testing/compare/v0.12.3...v0.12.4)

---
updated-dependencies:
- dependency-name: christophwurst/nextcloud_testing
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-15 09:32:47 +00:00
.github Bump node 14 and npm 7 2021-06-15 09:57:49 +02:00
.tx Add transifex config 2020-07-09 23:49:58 +02:00
appinfo Add changelog and bump version 2021-04-21 17:16:19 +02:00
css Add phone and display name field 2021-03-31 15:26:03 +02:00
docs Add changelog, update screenshot and bump version 2021-04-01 14:04:27 +02:00
img Use a white app icon and a dark one for the settings 2021-02-04 11:03:50 +01:00
js Bump node 14 and npm 7 2021-06-15 09:57:49 +02:00
l10n [tx-robot] updated from transifex 2021-06-13 03:13:48 +00:00
lib Fix registration with Talk iOS app 2021-04-23 16:03:52 +02:00
src Prevent the hash appearing when showing the password 2021-04-21 16:37:52 +02:00
templates Add a body part for the ToS app 2021-04-09 15:06:20 +02:00
tests Fix unit tests 2021-04-13 16:04:56 +02:00
.eslintignore Move admin settings to Vue 2021-03-31 19:16:39 +02:00
.eslintrc.js Disable form submit button up on submit 2021-04-06 17:50:26 +02:00
.gitattributes Change button text after pressing 2021-04-06 19:16:03 +02:00
.gitignore Move admin settings to Vue 2021-03-31 19:16:39 +02:00
.l10nignore Change button text after pressing 2021-04-06 19:16:03 +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 bump version 2021-04-21 17:16:19 +02:00
COPYING Create app 2014-08-28 14:43:28 +00:00
Makefile Don't package webpack.js 2021-04-01 13:39:05 +02: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 Bump christophwurst/nextcloud_testing from 0.12.3 to 0.12.4 2021-06-15 09:32:47 +00:00
issue_template.md Add issue template 2017-02-18 10:52:54 +08:00
package-lock.json Bump node 14 and npm 7 2021-06-15 09:57:49 +02:00
package.json Bump node 14 and npm 7 2021-06-15 09:57:49 +02:00
stylelint.config.js Move admin settings to Vue 2021-03-31 19:16:39 +02:00
webpack.js Disable form submit button up on submit 2021-04-06 17:50:26 +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.