DefaultSettings: fix "advanced example" for $wgPasswordConfig
authorKevin Israel <pleasestand@live.com>
Mon, 11 Jun 2018 01:45:29 +0000 (21:45 -0400)
committerKrinkle <krinklemail@gmail.com>
Thu, 14 Jun 2018 23:12:04 +0000 (23:12 +0000)
commitc01c7cede2a9e3e1828efb4ece98a1c44b549e57
tree6798fa7252082ea6a1acf9d994c9230a6b3f1e9b
parent7fa718072d97b6756fac388996943072e19e80a1
DefaultSettings: fix "advanced example" for $wgPasswordConfig

Follows-up 95a8974c6.

The version of EncryptedPassword that was merged doesn't use mcrypt, but
rather OpenSSL. Also, show one way of specifying the key, and remove the
"cost" option, which would instead need to be specified for the underlying
type ("bcrypt").

Change-Id: Idaaca765835656113c8f0f1e83cc7e5a2a922fa2
includes/DefaultSettings.php