A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgTempAccountCreationThrottle below:

Manual:$wgTempAccountCreationThrottle - MediaWiki

Number of temporary accounts each IP address may create per specified period(s).

/**
 * Number of temporary accounts each IP address may create per specified period(s).
 *
 * @par Example
 * @code
 * $wgTempAccountCreationThrottle = [
 *  // no more than 100 per month
 *  [
 *   'count' => 100,
 *   'seconds' => 30*86400,
 *  ],
 *  // no more than 6 per day
 *  [
 *   'count' => 6,
 *   'seconds' => 86400,
 *  ],
 * ];
 * @endcode
 *
 * @see self::AccountCreationThrottle for the regular account version of this throttle.
 * @warning Requires $wgMainCacheType to be enabled
 *
 * @since 1.42
 */
$wgTempAccountCreationThrottle = [ [
	'count' => 6,
	'seconds' => 86400,
] ];

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4