diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-11-28 13:51:57 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-12-03 15:02:33 +0100 |
commit | 726626b439d7b2e33f50604c702cd7c614906022 (patch) | |
tree | fe20faea379db38d71eeaa2bd04af8a2a28973bc /config | |
parent | 7291b915b8623662af3cfbba3c8eb02e279e3b32 (diff) | |
download | nextcloud-server-726626b439d7b2e33f50604c702cd7c614906022.tar.gz nextcloud-server-726626b439d7b2e33f50604c702cd7c614906022.zip |
Officially deprecated passwordsalt
Hopefully this prevents people from using it in the future.
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 3 |
1 files changed, 3 insertions, 0 deletions
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' => '', |