From 64f8223df1a6a86b314dca7c894d9d7d60c3d095 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 28 Aug 2020 19:21:35 +0200 Subject: [PATCH] Update Readme and other docs Signed-off-by: Joas Schilling --- README.md | 15 ++++++--------- appinfo/info.xml | 24 ++++++++++-------------- 2 files changed, 16 insertions(+), 23 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). diff --git a/appinfo/info.xml b/appinfo/info.xml index 7de0bc2..bf2b828 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -8,24 +8,20 @@ This app allows users to register a new account. -# Flow - -1. User enters his/her email -2. Verification link is sent to the email address -3. User clicks on the verification link -4. User is lead to a form where one can choose username and password -5. New account is created and is logged in automatically - # Features -- Admin can specify which group the newly created users belong -- Admin can limit the email domains allowed to register -- Admin will be notified by 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 -# Donate +# Web form registration flow -Send Ethereum to `0x941613eBB948C2C547cb957B55fEB2609fa6Fe66` -Send BTC to `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ` +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 ]]> 0.5.0 agpl