Mattflaschen has uploaded a new change for review.
https://gerrit.wikimedia.org/r/217788
Change subject: Override password length requirements to allow 'vagrant'.
......................................................................
Override password length requirements to allow 'vagrant'.
I considered making the password longer ('vagrant1'), but these
requirements don't add anything when the password is publically known,
and this is less disruptive to users.
Change-Id: Iacfd98c741ce2c380038250cba5b8cac33c1b5ee
---
M LocalSettings.php
1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant
refs/changes/88/217788/1
diff --git a/LocalSettings.php b/LocalSettings.php
index bac591c..3ee870d 100644
--- a/LocalSettings.php
+++ b/LocalSettings.php
@@ -106,3 +106,7 @@
// Bug 73037: handmade gzipping sometimes makes error messages impossible to
see in HHVM
$wgDisableOutputCompression = true;
+
+// Allow 'vagrant' password.
+$wgPasswordPolicy['policies']['sysop']['MinimalPasswordLength'] = 7;
+$wgPasswordPolicy['policies']['bureaucrat']['MinimalPasswordLength'] = 7;
\ No newline at end of file
--
To view, visit https://gerrit.wikimedia.org/r/217788
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iacfd98c741ce2c380038250cba5b8cac33c1b5ee
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits