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:
authorPellaeon Lin <nfsmwlin@gmail.com>2015-07-12 06:36:41 +0300
committerPellaeon Lin <nfsmwlin@gmail.com>2015-07-12 06:36:41 +0300
commit294310a78dc563b1305570aefc96ffaba9893b94 (patch)
treeeb05226a60cbbf3489bba83fb36dec475ae275d2
parentbfaece7076d4eec4058c0ac7baa05aceecae2db0 (diff)
Update# readmev0.0.3
-rw-r--r--README.md24
1 files changed, 19 insertions, 5 deletions
diff --git a/README.md b/README.md
index 685f7cd..ea33e13 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,24 @@
-# Warning: work in progress, nothing works now.
+# Registration
+This app allows users to register a new account.
-# User registration
+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
+
+# Requirements
+1. ownCloud 8.0+
+2. ownCloud is using MariaDB/MySQL as backend database
+
+# Install
Place this app in **owncloud/apps/**
+# Warning
+This is alpha quality software, use at your own risk.
-## Running tests
-After [Installing PHPUnit](http://phpunit.de/getting-started.html) run:
+# Features
- phpunit tests/
+- Admin can specify which group the newly created accounts belong