Gerrit Patch Uploader has uploaded a new change for review.
https://gerrit.wikimedia.org/r/93317
Change subject: changed Misspelled global variable in SecurePasswords.php
......................................................................
changed Misspelled global variable in SecurePasswords.php
Bug: 51378
Change-Id: Iab00a64f8936709a507f6c62e7f5b1b7db736781
---
M SecurePasswords.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SecurePasswords
refs/changes/17/93317/1
diff --git a/SecurePasswords.php b/SecurePasswords.php
old mode 100644
new mode 100755
index 04ffca4..2798eb6
--- a/SecurePasswords.php
+++ b/SecurePasswords.php
@@ -20,7 +20,7 @@
'usercheck' => true, #Should we disallow passwords that are the same as
the username?
'wordcheck' => function_exists( 'pspell_check' ), #Should we check the
password against a dictionary to make sure that it is not a word?
);
-$wgSecurePasswordSpecialChars = '.|\/!@#$%^&*\(\)-_=+\[\]{}`~,<>?\'";: '; #
Character class of special characters for a regex
+$wgSecurePasswordsSpecialChars = '.|\/!@#$%^&*\(\)-_=+\[\]{}`~,<>?\'";: '; #
Character class of special characters for a regex
$wgSecurePasswordsSecretKeys = array(false, false, false); #MUST be customized
in LocalSettings.php!
$wgExtensionCredits['other'][] = array(
--
To view, visit https://gerrit.wikimedia.org/r/93317
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iab00a64f8936709a507f6c62e7f5b1b7db736781
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SecurePasswords
Gerrit-Branch: master
Gerrit-Owner: Gerrit Patch Uploader <[email protected]>
Gerrit-Reviewer: Durga94 <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits