Officially deprecated passwordsalt

Hopefully this prevents people from using it in the future.
This commit is contained in:
Lukas Reschke 2014-11-28 13:51:57 +01:00
parent 7291b915b8
commit 726626b439
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,9 @@ $CONFIG = array(
* all your passwords. This example is for documentation only,
* 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' => '',