User registration app for Nextcloud
Перейти к файлу
Nextcloud bot 02a803ed70
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-18 01:33:18 +00:00
.github chore: update workflows from templates 2024-08-22 22:38:26 +02:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:55:04 +00:00
appinfo chore: bump version to 2.5.0 2024-09-13 09:38:21 +00:00
css Port to vue 2022-07-21 13:14:25 +02:00
docs Add changelog, update screenshot and bump version 2021-04-01 14:04:27 +02:00
img Compile js files 2022-07-25 10:53:08 +02:00
js chore: bump version to 2.5.0 2024-09-13 09:38:21 +00:00
l10n Fix(l10n): Update translations from Transifex 2024-09-18 01:33:18 +00:00
lib style(cs): run php-cs-fixer after coding-standard update 2024-09-13 10:42:19 +02:00
src fix(vue): fix textinputs requiring the value prop even if empty 2024-03-14 15:32:33 +01:00
templates refactor: modernize and cleanup code 2023-12-21 10:08:17 +01:00
tests style(cs): run php-cs-fixer after coding-standard update 2024-09-13 10:42:19 +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 Fix CS checker 2022-02-24 13:01:40 +01:00
.l10nignore Change button text after pressing 2021-04-06 19:16:03 +02:00
.php-cs-fixer.dist.php Fix CS checker 2022-02-24 13:01:40 +01:00
AUTHORS.md Create app 2014-08-28 14:43:28 +00:00
CHANGELOG.md chore: bump version to 2.5.0 2024-09-13 09:38:21 +00:00
COPYING Create app 2014-08-28 14:43:28 +00:00
Makefile Adjust Makefile 2021-12-02 18:17:31 +01:00
README.md docs(readme): update README.md to remove the State of maintenance introduction 2024-03-04 18:38:02 +01:00
TESTING.md Update testing doc 2020-04-11 01:10:01 +00:00
babel.config.js Update app to latest vue component version 2022-09-09 13:14:12 +02:00
composer.json feat: release 2.3.0 for Nextcloud 28 2023-12-20 08:42:05 +01:00
composer.lock chore(deps): update PHP deps 2024-09-13 11:00:45 +02:00
issue_template.md Add issue template 2017-02-18 10:52:54 +08:00
package-lock.json chore(deps): update JS deps 2024-09-13 09:17:15 +00:00
package.json chore: bump version to 2.5.0 2024-09-13 09:38:21 +00:00
stylelint.config.js Fix stylelint.config.js 2022-01-24 13:47:58 +01: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

🚢 Installation

The app is distributed through the app store and you can install it right from your Nextcloud installation.

Release tarballs are hosted at https://github.com/nextcloud-releases/registration/releases.

Features

  • 👥 Add users to a given group
  • 🛃 Allow-list with email domains (including wildcard) to register with
  • 🔔 Administrator 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
  • 📜 Integrates with Terms of service

🔁 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

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.