wiki: try and re-enable passwordattemptthrottle
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
19f22845b2
commit
4a99b7b62a
1 changed files with 4 additions and 0 deletions
|
@ -644,6 +644,10 @@ $_SERVER['HTTP_HOST'] = 'fedoraproject.org';
|
|||
$_SERVER['REQUEST_SCHEME'] = 'https';
|
||||
$_SERVER['SERVER_PORT'] = 443;
|
||||
|
||||
# do not bother to throttle login attempts
|
||||
# users MUST have a valid OIDC token so brute force will get them nowhere.
|
||||
$wgPasswordAttemptThrottle = false;
|
||||
|
||||
# Looks like mediawiki is using undefined constants.... Let's shut that up
|
||||
error_reporting(E_ALL ^ E_NOTICE);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue