Brian Wolff has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/321991

Change subject: Ban 100 most common passwords from ordinary accounts.
......................................................................

Ban 100 most common passwords from ordinary accounts.

Per discussion of security team, this seems like a good time to
tighten up our password policy.

Change-Id: I26c37f60981aa1a66518f0c73de44f264a50e2c2
---
M wmf-config/CommonSettings.php
1 file changed, 1 insertion(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/91/321991/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 3e954b1..e348553 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -380,10 +380,7 @@
        }
 }
 
-// T150570
-if ( $wgDBname === 'fawiki' ) {
-       $wgPasswordPolicy['policies']['default']['PasswordCannotBePopular'] = 
10;
-}
+$wgPasswordPolicy['policies']['default']['PasswordCannotBePopular'] = 100;
 
 // Enforce password policy when users login on other wikis
 if ( $wmgUseCentralAuth ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/321991
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I26c37f60981aa1a66518f0c73de44f264a50e2c2
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Brian Wolff <bawolff...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to