From 726626b439d7b2e33f50604c702cd7c614906022 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Fri, 28 Nov 2014 13:51:57 +0100 Subject: Officially deprecated passwordsalt Hopefully this prevents people from using it in the future. --- config/config.sample.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/config.sample.php b/config/config.sample.php index 65f473584d0..791ffa3df90 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -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' => '', -- cgit v1.2.3