Refs #96 -- Completely removed local users

This commit is contained in:
Raphael Michel
2015-09-17 00:52:36 +02:00
parent 0dccdcb0f7
commit 7def097dcd
37 changed files with 367 additions and 707 deletions

View File

@@ -25,7 +25,6 @@ Example::
[pretix]
instance_name=pretix.de
global_registration=off
url=http://localhost
currency=EUR
cookiedomain=.pretix.de
@@ -36,10 +35,6 @@ Example::
``instance_name``
The name of this installation. Default: ``pretix.de``
``global_registration``
Whether or not this installation supports global user accounts (in addition to
event-bound accounts). Defaults to ``True``.
``url``
The installation's full URL, without a trailing slash.