Changes between Version 129 and Version 130 of ProjectOptions


Ignore:
Timestamp:
Nov 26, 2013, 2:54:38 PM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectOptions

    v129 v130  
    462462 <no_web_account_creation/>::
    463463        Don't allow account creation via the web.
     464        See also <disable_account_creation> and <disable_account_creation_rpc>.
    464465
    465466 <akismet_key> 1234567890ab </akismet_key>::
     
    501502
    502503 <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>.
    504506
    505507 <disable_account_creation_rpc/>::
     
    578580 * PHP: use the get_config() and parse_config() functions in inc/util.inc
    579581 * scripts: use the bin/parse_config program
     582