Officially deprecated passwordsalt
Hopefully this prevents people from using it in the future.
This commit is contained in:
parent
7291b915b8
commit
726626b439
|
@ -53,6 +53,9 @@ $CONFIG = array(
|
||||||
* all your passwords. This example is for documentation only,
|
* all your passwords. This example is for documentation only,
|
||||||
* and you should never use it.
|
* and you should never use it.
|
||||||
*
|
*
|
||||||
|
* @deprecated This salt is deprecated and only used for legacy-compatibility, developers
|
||||||
|
* should *NOT* use this value for anything nowadays.
|
||||||
|
*
|
||||||
*'passwordsalt' => 'd3c944a9af095aa08f',
|
*'passwordsalt' => 'd3c944a9af095aa08f',
|
||||||
*/
|
*/
|
||||||
'passwordsalt' => '',
|
'passwordsalt' => '',
|
||||||
|
|
Loading…
Reference in New Issue