jenkins-bot has submitted this change and it was merged.
Change subject: Set password policy for global steward group
......................................................................
Set password policy for global steward group
Discussed in person at WMF in Oct.
Bug: T104371
Change-Id: Idaff88d669d71a374460bb6358759fc1a2c72ec7
---
M wmf-config/CommonSettings.php
1 file changed, 7 insertions(+), 0 deletions(-)
Approvals:
Alex Monk: Looks good to me, approved
jenkins-bot: Verified
diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 6919cd3..918519d 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -1260,6 +1260,13 @@
'PasswordCannotBePopular' => PHP_INT_MAX,
);
+ // See T104371
+ $wgCentralAuthGlobalPasswordPolicies['steward'] = array(
+ 'MinimalPasswordLength' => 8,
+ 'MinimumPasswordLengthToLogin' => 1,
+ 'PasswordCannotMatchUsername' => true,
+ );
+
// testing -- aaron 2016-01-12
if ( in_array( $wgDBname, array( 'testwiki', 'mediawikiwiki',
'loginwiki' ) ) ) {
$wgCentralAuthUseSlaves = true;
--
To view, visit https://gerrit.wikimedia.org/r/259439
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Idaff88d669d71a374460bb6358759fc1a2c72ec7
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: CSteipp <[email protected]>
Gerrit-Reviewer: Alex Monk <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Luke081515 <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits