liquid_feedback_frontend
diff config/example.lua @ 1071:58f48a8a202a
Imported and merged LDAP patch
author | bsw |
---|---|
date | Fri Jul 18 21:42:59 2014 +0200 (2014-07-18) |
parents | 66da54c0ae6c |
children | e047ad7fe139 |
line diff
1.1 --- a/config/example.lua Thu Jul 17 23:38:35 2014 +0200 1.2 +++ b/config/example.lua Fri Jul 18 21:42:59 2014 +0200 1.3 @@ -96,6 +96,14 @@ 1.4 -- Remove leading -- to use a option 1.5 -- ======================================================================== 1.6 1.7 +-- Disable registration 1.8 +-- ------------------------------------------------------------------------ 1.9 +-- Available options: 1.10 +-- false: registration is enabled (default) 1.11 +-- true: registration is disabled 1.12 +-- ------------------------------------------------------------------------ 1.13 +-- config.disable_registration = true 1.14 + 1.15 -- List of enabled languages, defaults to available languages 1.16 -- ------------------------------------------------------------------------ 1.17 -- config.enabled_languages = { 'en', 'de', 'eo', 'el', 'hu', 'it', 'nl', 'zh-Hans', 'zh-TW' }