CSteipp has uploaded a new change for review.

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

Change subject: Set initial Staff password policy
......................................................................

Set initial Staff password policy

Increase minimum length to 8-bytes (for real this time).

Followup from Ifc12c74d5382f8adc1c261c8d6c12ef5892bf642.

Bug: T104370
Change-Id: Ie906bb646f8b8675e994432996b569f05ceff0be
---
M wmf-config/CommonSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 1263675..1bab1c5 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -333,7 +333,7 @@
 
 // Require 8-byte password for staff. Set MinimumPasswordLengthToLogin
 // to 8 also, once staff have time to update.
-$wgPasswordPolicy['policies']['staff'] = array(
+$wgCentralAuthGlobalPasswordPolicies['staff'] = array(
        'MinimalPasswordLength' => 8,
        'MinimumPasswordLengthToLogin' => 1,
        'PasswordCannotMatchUsername' => true,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie906bb646f8b8675e994432996b569f05ceff0be
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: CSteipp <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to