Changes between Version 129 and Version 130 of ProjectOptions
- Timestamp:
- Nov 26, 2013, 2:54:38 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectOptions
v129 v130 462 462 <no_web_account_creation/>:: 463 463 Don't allow account creation via the web. 464 See also <disable_account_creation> and <disable_account_creation_rpc>. 464 465 465 466 <akismet_key> 1234567890ab </akismet_key>:: … … 501 502 502 503 <disable_account_creation/>:: 503 If present, disallow account creation. 504 If present, disallow account creation (via both Web and RPC). 505 See also <no_web_account_creation>. 504 506 505 507 <disable_account_creation_rpc/>:: … … 578 580 * PHP: use the get_config() and parse_config() functions in inc/util.inc 579 581 * scripts: use the bin/parse_config program 582