Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-08-28 20:21:35 +0300
committerJoas Schilling <coding@schilljs.com>2020-08-28 20:21:35 +0300
commit64f8223df1a6a86b314dca7c894d9d7d60c3d095 (patch)
tree2567032ce80c41ee79d4207246e896448f76c05d /README.md
parentaf4b7332a1da79585ed265c6d5aa66e6cc6502b4 (diff)
Update Readme and other docs
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 6 insertions, 9 deletions
diff --git a/README.md b/README.md
index d8f26bd..b6edcde 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,10 @@ From your Nextcloud instance, click: your profile to the upper right -> Apps ->
# Features
-- Admins can specify which group the newly created users belong to.
-- Admins can limit the email domains allowed to register.
-- Admins will be notified via email for new user creation
+- 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
@@ -23,7 +24,7 @@ From your Nextcloud instance, click: your profile to the upper right -> Apps ->
# OCS API registration flow
-See https://gist.github.com/juliushaertl/5a1d1132e7370b5ad38fbd6da3cae5b8
+The [OCS Api](https://gist.github.com/juliushaertl/5a1d1132e7370b5ad38fbd6da3cae5b8) is deprecated, use the Nextcloud [Login Flow](https://docs.nextcloud.com/server/stable/developer_manual/client_apis/LoginFlow/index.html) instead.
# Donate
@@ -36,8 +37,4 @@ You can donate to Pellaeon the original author of the app:
**Q: A problem occurred sending email, please contact your administrator.**
-A: your Nextcloud mail configurations or your mail server is incorrectly configured, please refer to the [Nextcloud documentation](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/email_configuration.html).
-
-# Testing
-
-See TESTING.md
+A: Your Nextcloud mail settings are incorrectly configured, please refer to the [Nextcloud documentation](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/email_configuration.html).