Modul zur Registrierung
Go to file
Pellaeon Lin 324c218c8d Compatibility fixes for Nextcloud 12
ref:
https://docs.nextcloud.com/server/12/developer_manual/app/changelog.html
http://www.doctrine-project.org/api/dbal/2.5/class-Doctrine.DBAL.Driver.Statement.html
2017-05-01 17:33:21 +08:00
appinfo Compatibility fixes for Nextcloud 12 2017-05-01 17:33:21 +08:00
controller Refactor settings saving 2017-02-18 11:58:56 +08:00
css Fix# account creation form style, because core ditched the icons and we 2015-11-14 12:42:51 +08:00
db Compatibility fixes for Nextcloud 12 2017-05-01 17:33:21 +08:00
img Create app 2014-08-28 14:43:28 +00:00
js Refactor settings saving 2017-02-18 11:58:56 +08:00
l10n [tx-robot] updated from transifex 2017-04-11 00:28:14 +02:00
templates Refactor settings saving 2017-02-18 11:58:56 +08:00
tests Create app 2014-08-28 14:43:28 +00:00
.travis.yml Create app 2014-08-28 14:43:28 +00:00
AUTHORS.md Create app 2014-08-28 14:43:28 +00:00
CHANGELOG.md Create app 2014-08-28 14:43:28 +00:00
COPYING Create app 2014-08-28 14:43:28 +00:00
README.md Update readme, add FAQ 2017-02-18 10:53:03 +08:00
admin.php Update# properly use the app framework 2015-09-02 17:05:06 +08:00
issue_template.md Add issue template 2017-02-18 10:52:54 +08:00
phpunit.xml Create app 2014-08-28 14:43:28 +00:00

README.md

Registration

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

Requirements

  1. ownCloud 9.1.0.7+
  2. Nextcloud 9+
  3. Backend database is MariaDB/MySQL

Install

  1. Place this app in owncloud/apps/ or nextcloud/apps
  2. Enable "Registration" in /settings/apps (Upper left dropdown -> plus sign -> "Disabled")
  3. Make sure you have correctly set up your mail server according to the documentation
  4. Log out, and you should see "Register" under "Other login methods"

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

FAQ

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.