Update# readme

This commit is contained in:
Pellaeon Lin 2016-07-08 17:51:20 +08:00
parent bacc6caa84
commit 1f4de9acff
1 changed files with 6 additions and 7 deletions

View File

@ -7,18 +7,17 @@ Flow:
2. Verification link is sent to the email address 2. Verification link is sent to the email address
3. User clicks on the verification link 3. User clicks on the verification link
4. User is lead to a form where one can choose username and password 4. User is lead to a form where one can choose username and password
5. New account is created 5. New account is created and is logged in automatically
# Requirements # Requirements
1. ownCloud 8.0+ 1. ownCloud/Nextcloud 9.1.0.7+
2. ownCloud is using MariaDB/MySQL as backend database 2. Backend database is MariaDB/MySQL
# Install # Install
Place this app in **owncloud/apps/** Place this app in **owncloud/apps/**
# Warning
This is alpha quality software, use at your own risk.
# Features # Features
- Admin can specify which group the newly created accounts belong - 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