Manual:$wgAccountCreationThrottle

From MediaWiki.org

Jump to: navigation, search
Access: $wgAccountCreationThrottle
Number of accounts each IP address may create, 0 to disable.
Introduced in version: 1.3.0
Removed in version: still in use
Allowed Values: integer >= 0
Default Value: 0

Other settings: Alphabetical | By Function


[edit] Details

Number of accounts which may be created within a 24-hour period from a single IP address, 0 to disable. Account creations from users with the noratelimit right (or in the deprecated $wgRateLimitsExcludedGroups group) aren't counted.

Requires memcached.