mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +00:00
Improve clarity of new use_sha3 setting
This commit is contained in:
parent
607f9e8d25
commit
d8dd3cca2a
2 changed files with 6 additions and 0 deletions
|
@ -96,6 +96,9 @@ $settings->users = [
|
||||||
// Whether to use the new sha3 hashing algorithm that was standardised on the
|
// Whether to use the new sha3 hashing algorithm that was standardised on the
|
||||||
// 8th August 2015. Only works if you have strawbrary's sha3 extension
|
// 8th August 2015. Only works if you have strawbrary's sha3 extension
|
||||||
// installed. Get it here: https://github.com/strawbrary/php-sha3
|
// installed. Get it here: https://github.com/strawbrary/php-sha3
|
||||||
|
// Note: If you change this settings, make sure to update the password hashes
|
||||||
|
// above! Note that the hash action is aware of this option and will hash
|
||||||
|
// passwords appropriately based on this setting.
|
||||||
$settings->use_sha3 = false;
|
$settings->use_sha3 = false;
|
||||||
|
|
||||||
// An array of usernames that are administrators. Administrators can delete and
|
// An array of usernames that are administrators. Administrators can delete and
|
||||||
|
|
|
@ -93,6 +93,9 @@ $settings->users = [
|
||||||
// Whether to use the new sha3 hashing algorithm that was standardised on the
|
// Whether to use the new sha3 hashing algorithm that was standardised on the
|
||||||
// 8th August 2015. Only works if you have strawbrary's sha3 extension
|
// 8th August 2015. Only works if you have strawbrary's sha3 extension
|
||||||
// installed. Get it here: https://github.com/strawbrary/php-sha3
|
// installed. Get it here: https://github.com/strawbrary/php-sha3
|
||||||
|
// Note: If you change this settings, make sure to update the password hashes
|
||||||
|
// above! Note that the hash action is aware of this option and will hash
|
||||||
|
// passwords appropriately based on this setting.
|
||||||
$settings->use_sha3 = false;
|
$settings->use_sha3 = false;
|
||||||
|
|
||||||
// An array of usernames that are administrators. Administrators can delete and
|
// An array of usernames that are administrators. Administrators can delete and
|
||||||
|
|
Loading…
Reference in a new issue