X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=c35070a7ddd1ad7c826467f5d10ca8da760f9e6c;hb=8b7b006ca8441f7d8bef8363805e414710c3f2f7;hp=50db6c7212560c696f498035b6688b5166e13214;hpb=8ad5672178be71b04c9a3ce523d288586fc04267;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 50db6c7212..c35070a7dd 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3977,6 +3977,13 @@ $wgPasswordSalt = true; */ $wgMinimalPasswordLength = 1; +/** + * Specifies if users should be sent to a password-reset form on login, if their + * password doesn't meet the requirements of User::isValidPassword(). + * @since 1.23 + */ +$wgInvalidPasswordReset = true; + /** * Whether to allow password resets ("enter some identifying data, and we'll send an email * with a temporary password you can use to get back into the account") identified by @@ -6013,7 +6020,7 @@ $wgExtensionMessagesFiles = array(); * @since 1.23 */ $wgMessagesDirs = array( - "$IP/resources/oojs-ui/i18n", + 'oojs-ui' => "$IP/resources/oojs-ui/i18n", ); /**