jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Catrope: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: Ie906bb646f8b8675e994432996b569f05ceff0be
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: CSteipp <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to