Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2014-11-28 15:51:57 +0300
committerLukas Reschke <lukas@owncloud.com>2014-12-03 17:02:33 +0300
commit726626b439d7b2e33f50604c702cd7c614906022 (patch)
treefe20faea379db38d71eeaa2bd04af8a2a28973bc /config
parent7291b915b8623662af3cfbba3c8eb02e279e3b32 (diff)
Officially deprecated passwordsalt
Hopefully this prevents people from using it in the future.
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php3
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' => '',