[MediaWiki-commits] [Gerrit] Disable PasswordCannotBePopular for sysop and bureaucrat - change (operations/mediawiki-config)

2015-12-05 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Disable PasswordCannotBePopular for sysop and bureaucrat
..


Disable PasswordCannotBePopular for sysop and bureaucrat

Needs communication to projects before enabling...

Change-Id: I4064c9ae006ffb5fdb0a74e11f5300284258ef2d
---
M wmf-config/CommonSettings.php
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  CSteipp: Looks good to me, but someone else must approve
  Reedy: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 0e189c0..c5c4d11 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -327,6 +327,11 @@
$wgPasswordPolicy['policies']['bot']['MinimalPasswordLength'] = 1;
 }
 
+// Temporarily disable PasswordCannotBePopular policies until communicated.
+unset( $wgPasswordPolicy['policies']['bureaucrat']['PasswordCannotBePopular'] 
);
+unset( $wgPasswordPolicy['policies']['sysop']['PasswordCannotBePopular'] );
+
+
 if ( PHP_SAPI === 'cli' ) {
$wgShowExceptionDetails = true;
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4064c9ae006ffb5fdb0a74e11f5300284258ef2d
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Reedy 
Gerrit-Reviewer: CSteipp 
Gerrit-Reviewer: Chad 
Gerrit-Reviewer: Florianschmidtwelzow 
Gerrit-Reviewer: Reedy 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] Disable PasswordCannotBePopular for sysop and bureaucrat - change (operations/mediawiki-config)

2015-12-04 Thread Reedy (Code Review)
Reedy has uploaded a new change for review.

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

Change subject: Disable PasswordCannotBePopular for sysop and bureaucrat
..

Disable PasswordCannotBePopular for sysop and bureaucrat

Needs communication to projects before enabling...

Change-Id: I4064c9ae006ffb5fdb0a74e11f5300284258ef2d
---
M wmf-config/CommonSettings.php
1 file changed, 5 insertions(+), 0 deletions(-)


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

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 0e189c0..c5c4d11 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -327,6 +327,11 @@
$wgPasswordPolicy['policies']['bot']['MinimalPasswordLength'] = 1;
 }
 
+// Temporarily disable PasswordCannotBePopular policies until communicated.
+unset( $wgPasswordPolicy['policies']['bureaucrat']['PasswordCannotBePopular'] 
);
+unset( $wgPasswordPolicy['policies']['sysop']['PasswordCannotBePopular'] );
+
+
 if ( PHP_SAPI === 'cli' ) {
$wgShowExceptionDetails = true;
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4064c9ae006ffb5fdb0a74e11f5300284258ef2d
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Reedy 

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