Merge pull request #237 from nextcloud/bugfix/noid/update-screenshot-and-add-demo-gif
Bugfix/noid/update screenshot and add demo gif
This commit is contained in:
commit
0192fa9deb
17
README.md
17
README.md
|
|
@ -1,7 +1,7 @@
|
||||||
# Registration
|
# Registration
|
||||||
This app allows users to register a new account.
|
This app allows users to register a new account.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
# Install from appstore
|
# Install from appstore
|
||||||
|
|
||||||
|
|
@ -9,9 +9,10 @@ From your Nextcloud instance, click: your profile to the upper right -> Apps ->
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
|
||||||
- Admins can specify which group the newly created users belong to.
|
- Add users to a given group
|
||||||
- Admins can limit the email domains allowed to register.
|
- Allow-list with email domains (including wildcard) to register with
|
||||||
- Admins will be notified via email for new user creation
|
- 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
|
# Web form registration flow
|
||||||
|
|
||||||
|
|
@ -23,7 +24,7 @@ From your Nextcloud instance, click: your profile to the upper right -> Apps ->
|
||||||
|
|
||||||
# OCS API registration flow
|
# 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
|
# 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.**
|
**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).
|
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).
|
||||||
|
|
||||||
# Testing
|
|
||||||
|
|
||||||
See TESTING.md
|
|
||||||
|
|
|
||||||
|
|
@ -8,24 +8,20 @@
|
||||||
|
|
||||||
This app allows users to register a new account.
|
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
|
# Features
|
||||||
|
|
||||||
- Admin can specify which group the newly created users belong
|
- Add users to a given group
|
||||||
- Admin can limit the email domains allowed to register
|
- Allow-list with email domains (including wildcard) to register with
|
||||||
- Admin will be notified by email for new user creation
|
- 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`
|
1. User enters their email address
|
||||||
Send BTC to `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ`
|
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
|
||||||
]]></description>
|
]]></description>
|
||||||
<version>0.5.0</version>
|
<version>0.5.0</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
|
|
@ -35,7 +31,9 @@ Send BTC to `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ`
|
||||||
<website>https://github.com/nextcloud/registration</website>
|
<website>https://github.com/nextcloud/registration</website>
|
||||||
<bugs>https://github.com/nextcloud/registration/issues</bugs>
|
<bugs>https://github.com/nextcloud/registration/issues</bugs>
|
||||||
<repository>https://github.com/nextcloud/registration</repository>
|
<repository>https://github.com/nextcloud/registration</repository>
|
||||||
<screenshot>https://raw.githubusercontent.com/nextcloud/registration/master/appinfo/screenshot.png</screenshot>
|
<screenshot>https://raw.githubusercontent.com/nextcloud/registration/master/docs/screenshot.png</screenshot>
|
||||||
|
<screenshot>https://raw.githubusercontent.com/nextcloud/registration/master/docs/demo.gif</screenshot>
|
||||||
|
<screenshot>https://raw.githubusercontent.com/nextcloud/registration/master/docs/admin-settings.png</screenshot>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<nextcloud min-version="20" max-version="20" />
|
<nextcloud min-version="20" max-version="20" />
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 63 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1009 KiB |
|
Before Width: | Height: | Size: 184 KiB After Width: | Height: | Size: 184 KiB |
Loading…
Reference in New Issue