diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-27 16:55:25 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-27 16:55:25 +0300 |
| commit | 49e1665233945b9e9e8b3a621bbbe73646a61bf3 (patch) | |
| tree | 5a08775881685a2dc75b9557eeddd92742603556 /res/etc | |
| parent | 81aa2aa1da3342133ef2b7a67053cea5bc93402c (diff) | |
server: allow disabling signup (default to enabled)
Diffstat (limited to 'res/etc')
| -rw-r--r-- | res/etc/rhizi-server.conf.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/etc/rhizi-server.conf.example b/res/etc/rhizi-server.conf.example index a5358dc1..e1ea2d22 100644 --- a/res/etc/rhizi-server.conf.example +++ b/res/etc/rhizi-server.conf.example @@ -55,6 +55,7 @@ feedback_recipient = feedback@localhost access_control = True user_db_path = ./deploy-local/etc/user_db.db acl__singup__email_domain = +signup_enabled = True # ----------------------------------------------------------------------------- # Client settings |
