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:
authorFrank Karlitschek <frank@owncloud.org>2012-06-08 14:42:35 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-06-08 14:42:35 +0400
commita7a861b2c6fc855abc0741691bebf975e255767c (patch)
tree2f3275187d5c123a8ddf045c734bcda4d7a3c791 /config
parent8c7fa15aaf98e31646e4306e7819d1d2b725a7e1 (diff)
backport the password salting fix.
a salt is generated during setup and used to salt the user password hases in the database backend
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index e86dc05cb01..3648bdebda5 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -29,6 +29,7 @@ $CONFIG = array(
"log_type" => "",
"logfile" => "",
"loglevel" => "",
+"passwordsalt" => "",
// "datadirectory" => ""
);
?>